We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30116c4 commit b9e1ca1Copy full SHA for b9e1ca1
docs/admin/admission-controllers.md
@@ -78,8 +78,9 @@ storage classes and how to mark a storage class as default.
78
79
This plug-in sets the default forgiveness toleration for pods to tolerate
80
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`.
+if the pods don't already have toleration for taints
+`node.kubernetes.io/not-ready:NoExecute` or
83
+`node.alpha.kubernetes.io/unreachable:NoExecute`.
84
85
### DenyExecOnPrivileged (deprecated)
86
0 commit comments