Skip to content

Commit 484dc86

Browse files
committed
Fix a translation error
the english version is :"no pods without the toleration will schedule on them",the Chinese translation in kubernetes documents is :“没有对应容忍度的 Pod会被调度到这些节点”,Here the translation omits the keyword "no",it should be translated into Chinese:“没有对应容忍度的 Pod不会被调度到这些节点”。
1 parent 6e9e8b2 commit 484dc86

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
@@ -312,7 +312,7 @@ manually add tolerations to your pods.
312312
来表示特殊硬件,给配置了特殊硬件的节点添加污点时包含扩展资源名称,
313313
然后运行一个 [ExtendedResourceToleration](/zh/docs/reference/access-authn-authz/admission-controllers/#extendedresourcetoleration)
314314
准入控制器。此时,因为节点已经被设置污点了,没有对应容忍度的 Pod
315-
会被调度到这些节点。但当你创建一个使用了扩展资源的 Pod 时,
315+
不会被调度到这些节点。但当你创建一个使用了扩展资源的 Pod 时,
316316
`ExtendedResourceToleration` 准入控制器会自动给 Pod 加上正确的容忍度,
317317
这样 Pod 就会被自动调度到这些配置了特殊硬件件的节点上。
318318
这样就能够确保这些配置了特殊硬件的节点专门用于运行需要使用这些硬件的 Pod,

0 commit comments

Comments
 (0)