Fix non-existing taint example

This commit is contained in:
povsister 2020-09-17 17:41:20 +08:00
parent 1d2732453d
commit ba9bb9d916
1 changed files with 1 additions and 1 deletions

View File

@ -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}