Skip to content

Commit 2fa255e

Browse files
authored
Merge pull request #23949 from povsister/non-existing-taint
Fix non-existing taint example in admission-controllers
2 parents 210e860 + ba9bb9d commit 2fa255e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/access-authn-authz/admission-controllers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ This admission controller sets the default forgiveness toleration for pods to to
166166
the taints `notready:NoExecute` and `unreachable:NoExecute` for 5 minutes,
167167
if the pods don't already have toleration for taints
168168
`node.kubernetes.io/not-ready:NoExecute` or
169-
`node.alpha.kubernetes.io/unreachable:NoExecute`.
169+
`node.kubernetes.io/unreachable:NoExecute`.
170170

171171
### DenyExecOnPrivileged {#denyexeconprivileged}
172172

0 commit comments

Comments
 (0)