Update page scheduling eviction

This commit is contained in:
GoodGameZoo
2021-02-27 01:04:19 -08:00
parent 248bad3d56
commit 35fd22c03a
@@ -140,7 +140,7 @@ This is a "preference" or "soft" version of `NoSchedule` - the system will *try*
pod that does not tolerate the taint on the node, but it is not required. The third kind of `effect` is pod that does not tolerate the taint on the node, but it is not required. The third kind of `effect` is
`NoExecute`, described later. `NoExecute`, described later.
--> -->
上述例子使用到的 `effect` 的一个值 `NoSchedule`,您也可以使用另外一个值 `PreferNoSchedule` 上述例子 `effect` 使用的值为 `NoSchedule`,您也可以使用另外一个值 `PreferNoSchedule`
这是“优化”或“软”版本的 `NoSchedule` —— 系统会 *尽量* 避免将 Pod 调度到存在其不能容忍污点的节点上, 这是“优化”或“软”版本的 `NoSchedule` —— 系统会 *尽量* 避免将 Pod 调度到存在其不能容忍污点的节点上,
但这不是强制的。`effect` 的值还可以设置为 `NoExecute`,下文会详细描述这个值。 但这不是强制的。`effect` 的值还可以设置为 `NoExecute`,下文会详细描述这个值。
@@ -517,5 +517,3 @@ arbitrary tolerations to DaemonSets.
--> -->
* 阅读[资源耗尽的处理](/zh/docs/tasks/administer-cluster/out-of-resource/),以及如何配置其行为 * 阅读[资源耗尽的处理](/zh/docs/tasks/administer-cluster/out-of-resource/),以及如何配置其行为
* 阅读 [Pod 优先级](/zh/docs/concepts/configuration/pod-priority-preemption/) * 阅读 [Pod 优先级](/zh/docs/concepts/configuration/pod-priority-preemption/)