Skip to content

Commit b9e1ca1

Browse files
tengqmzacharysarah
authored andcommitted
Fix taint names used in admission controllers (kubernetes#6264)
1 parent 30116c4 commit b9e1ca1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/admin/admission-controllers.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,9 @@ storage classes and how to mark a storage class as default.
7878

7979
This plug-in sets the default forgiveness toleration for pods to tolerate
8080
the taints `notready:NoExecute` and `unreachable:NoExecute` for 5 minutes,
81-
if the pods don't already have toleration for taints `notready:NoExecute` or
82-
`unreachable:NoExecute`.
81+
if the pods don't already have toleration for taints
82+
`node.kubernetes.io/not-ready:NoExecute` or
83+
`node.alpha.kubernetes.io/unreachable:NoExecute`.
8384

8485
### DenyExecOnPrivileged (deprecated)
8586

0 commit comments

Comments
 (0)