From ba9bb9d916946ca1c9930a5cf106aa59f9a276d3 Mon Sep 17 00:00:00 2001 From: povsister Date: Thu, 17 Sep 2020 17:41:20 +0800 Subject: [PATCH] Fix non-existing taint example --- .../docs/reference/access-authn-authz/admission-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/admission-controllers.md b/content/en/docs/reference/access-authn-authz/admission-controllers.md index 0684ae22b7..f98d1805e4 100644 --- a/content/en/docs/reference/access-authn-authz/admission-controllers.md +++ b/content/en/docs/reference/access-authn-authz/admission-controllers.md @@ -166,7 +166,7 @@ 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`. ### DenyExecOnPrivileged {#denyexeconprivileged}