Merge pull request #22031 from yimtun/patch-3
fix misrepresentation for "at least one"
This commit is contained in:
@@ -154,9 +154,9 @@ effect `PreferNoSchedule` then Kubernetes will *try* to not schedule the pod ont
|
|||||||
the node (if it is already running on the node), and will not be
|
the node (if it is already running on the node), and will not be
|
||||||
scheduled onto the node (if it is not yet running on the node).
|
scheduled onto the node (if it is not yet running on the node).
|
||||||
-->
|
-->
|
||||||
* 如果未被过滤的 taint 中存在一个以上 effect 值为 `NoSchedule` 的 taint,则 Kubernetes 不会将 pod 分配到该节点。
|
* 如果未被过滤的 taint 中存在至少一个 effect 值为 `NoSchedule` 的 taint,则 Kubernetes 不会将 pod 分配到该节点。
|
||||||
* 如果未被过滤的 taint 中不存在 effect 值为 `NoSchedule` 的 taint,但是存在 effect 值为 `PreferNoSchedule` 的 taint,则 Kubernetes 会 *尝试* 将 pod 分配到该节点。
|
* 如果未被过滤的 taint 中不存在 effect 值为 `NoSchedule` 的 taint,但是存在 effect 值为 `PreferNoSchedule` 的 taint,则 Kubernetes 会 *尝试* 将 pod 分配到该节点。
|
||||||
* 如果未被过滤的 taint 中存在一个以上 effect 值为 `NoExecute` 的 taint,则 Kubernetes 不会将 pod 分配到该节点(如果 pod 还未在节点上运行),或者将 pod 从该节点驱逐(如果 pod 已经在节点上运行)。
|
* 如果未被过滤的 taint 中存在至少一个 effect 值为 `NoExecute` 的 taint,则 Kubernetes 不会将 pod 分配到该节点(如果 pod 还未在节点上运行),或者将 pod 从该节点驱逐(如果 pod 已经在节点上运行)。
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
For example, imagine you taint a node like this
|
For example, imagine you taint a node like this
|
||||||
|
|||||||
Reference in New Issue
Block a user