Skip to content

Commit e6fb782

Browse files
authored
Merge pull request #26421 from childe/patch-1
lose `not` in Chinese translation text
2 parents 2e78b33 + a0325b1 commit e6fb782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ scheduled onto the node (if it is not yet running on the node).
169169
则 Kubernetes 不会将 Pod 分配到该节点。
170170
* 如果未被过滤的污点中不存在 effect 值为 `NoSchedule` 的污点,
171171
但是存在 effect 值为 `PreferNoSchedule` 的污点,
172-
则 Kubernetes 会 *尝试* Pod 分配到该节点。
172+
则 Kubernetes 会 *尝试* 不将 Pod 分配到该节点。
173173
* 如果未被过滤的污点中存在至少一个 effect 值为 `NoExecute` 的污点,
174174
则 Kubernetes 不会将 Pod 分配到该节点(如果 Pod 还未在节点上运行),
175175
或者将 Pod 从该节点驱逐(如果 Pod 已经在节点上运行)。

0 commit comments

Comments
 (0)