Skip to content

Commit

Permalink
Fix taint names used in admission controllers (#6264)
Browse files Browse the repository at this point in the history
  • Loading branch information
tengqm authored and zacharysarah committed Nov 10, 2017
1 parent 30116c4 commit b9e1ca1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/admin/admission-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit b9e1ca1

Please sign in to comment.