Fix taint names used in admission controllers (#6264)
This commit is contained in:
@@ -78,8 +78,9 @@ storage classes and how to mark a storage class as default.
|
|||||||
|
|
||||||
This plug-in sets the default forgiveness toleration for pods to tolerate
|
This plug-in sets the default forgiveness toleration for pods to tolerate
|
||||||
the taints `notready:NoExecute` and `unreachable:NoExecute` for 5 minutes,
|
the taints `notready:NoExecute` and `unreachable:NoExecute` for 5 minutes,
|
||||||
if the pods don't already have toleration for taints `notready:NoExecute` or
|
if the pods don't already have toleration for taints
|
||||||
`unreachable:NoExecute`.
|
`node.kubernetes.io/not-ready:NoExecute` or
|
||||||
|
`node.alpha.kubernetes.io/unreachable:NoExecute`.
|
||||||
|
|
||||||
### DenyExecOnPrivileged (deprecated)
|
### DenyExecOnPrivileged (deprecated)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user