Skip to content

Commit 9b3ef0e

Browse files
committed
"或者" 替换为 “并且”
Signed-off-by: liulijin <[email protected]>
1 parent 81d6089 commit 9b3ef0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/concepts/scheduling-eviction/taint-and-toleration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ scheduled onto the node (if it is not yet running on the node).
177177
则 Kubernetes 会 **尝试** 不将 Pod 调度到该节点。
178178
* 如果未被忽略的污点中存在至少一个 effect 值为 `NoExecute` 的污点,
179179
则 Kubernetes 不会将 Pod 调度到该节点(如果 Pod 还未在节点上运行),
180-
或者将 Pod 从该节点驱逐(如果 Pod 已经在节点上运行)。
180+
并且会将 Pod 从该节点驱逐(如果 Pod 已经在节点上运行)。
181181

182182
<!--
183183
For example, imagine you taint a node like this

0 commit comments

Comments
 (0)