Fix taint names used in admission controllers (#6264)

pull/6270/head
Qiming 2017-11-11 03:40:23 +08:00 committed by Zach Corleissen
parent 30116c4b62
commit b9e1ca1361
1 changed files with 3 additions and 2 deletions

View File

@ -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
the taints `notready:NoExecute` and `unreachable:NoExecute` for 5 minutes,
if the pods don't already have toleration for taints `notready:NoExecute` or
`unreachable:NoExecute`.
if the pods don't already have toleration for taints
`node.kubernetes.io/not-ready:NoExecute` or
`node.alpha.kubernetes.io/unreachable:NoExecute`.
### DenyExecOnPrivileged (deprecated)