Skip to content

Commit 147668a

Browse files
committed
Add reference to default-not-ready-toleration-seconds and default-unreachable-toleration-seconds k8s-apiserver input parameters in the subsection describing the DefaultTolerationSeconds admission controller
1 parent 89126c4 commit 147668a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

content/en/docs/reference/access-authn-authz/admission-controllers.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,11 @@ storage classes and how to mark a storage class as default.
163163
### DefaultTolerationSeconds {#defaulttolerationseconds}
164164

165165
This admission controller sets the default forgiveness toleration for pods to tolerate
166-
the taints `notready:NoExecute` and `unreachable:NoExecute` for 5 minutes,
167-
if the pods don't already have toleration for taints
168-
`node.kubernetes.io/not-ready:NoExecute` or
166+
the taints `notready:NoExecute` and `unreachable:NoExecute` based on the k8s-apiserver input parameters
167+
`default-not-ready-toleration-seconds` and `default-unreachable-toleration-seconds` if the pods don't already
168+
have toleration for taints `node.kubernetes.io/not-ready:NoExecute` or
169169
`node.kubernetes.io/unreachable:NoExecute`.
170+
The default value for `default-not-ready-toleration-seconds` and `default-unreachable-toleration-seconds` is 5 minutes.
170171

171172
### DenyExecOnPrivileged {#denyexeconprivileged}
172173

0 commit comments

Comments
 (0)