Merge pull request #24208 from huchengze/patch-38

Update admission-controllers.md for zh
This commit is contained in:
Kubernetes Prow Robot
2020-09-29 05:31:27 -07:00
committed by GitHub
@@ -242,10 +242,10 @@ This admission controller sets the default forgiveness toleration for pods to to
the taints `notready:NoExecute` and `unreachable:NoExecute` for 5 minutes,
if the pods don't already have toleration for taints
`node.kubernetes.io/not-ready:NoExecute` or
`node.alpha.kubernetes.io/unreachable:NoExecute`.
`node.kubernetes.io/unreachable:NoExecute`.
-->
该准入控制器为 Pod 设置默认的容忍度,在 5 分钟内容忍 `notready:NoExecute``unreachable:NoExecute` 污点。(如果 Pod 尚未容忍 `node.kubernetes.io/not-readyNoExecute``node.alpha.kubernetes.io/unreachableNoExecute` 污点的话)
该准入控制器为 Pod 设置默认的容忍度,在 5 分钟内容忍 `notready:NoExecute``unreachable:NoExecute` 污点。(如果 Pod 尚未容忍 `node.kubernetes.io/not-readyNoExecute``node.kubernetes.io/unreachableNoExecute` 污点的话)
### DenyExecOnPrivileged {#denyexeconprivileged}
{{< feature-state for_k8s_version="v1.13" state="deprecated" >}}