We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d6089 commit 9b3ef0eCopy full SHA for 9b3ef0e
content/zh-cn/docs/concepts/scheduling-eviction/taint-and-toleration.md
@@ -177,7 +177,7 @@ scheduled onto the node (if it is not yet running on the node).
177
则 Kubernetes 会 **尝试** 不将 Pod 调度到该节点。
178
* 如果未被忽略的污点中存在至少一个 effect 值为 `NoExecute` 的污点,
179
则 Kubernetes 不会将 Pod 调度到该节点(如果 Pod 还未在节点上运行),
180
- 或者将 Pod 从该节点驱逐(如果 Pod 已经在节点上运行)。
+ 并且会将 Pod 从该节点驱逐(如果 Pod 已经在节点上运行)。
181
182
<!--
183
For example, imagine you taint a node like this
0 commit comments