Merge pull request #23990 from rgowrishankar/23984
Add reference to default-not-ready-toleration-seconds and default-unreachable-toleration-seconds k8s-apiserver input parameters in the subsection describing the DefaultTolerationSeconds in admission server
This commit is contained in:
@@ -163,10 +163,11 @@ storage classes and how to mark a storage class as default.
|
|||||||
### DefaultTolerationSeconds {#defaulttolerationseconds}
|
### DefaultTolerationSeconds {#defaulttolerationseconds}
|
||||||
|
|
||||||
This admission controller sets the default forgiveness toleration for pods to tolerate
|
This admission controller sets the default forgiveness toleration for pods to tolerate
|
||||||
the taints `notready:NoExecute` and `unreachable:NoExecute` for 5 minutes,
|
the taints `notready:NoExecute` and `unreachable:NoExecute` based on the k8s-apiserver input parameters
|
||||||
if the pods don't already have toleration for taints
|
`default-not-ready-toleration-seconds` and `default-unreachable-toleration-seconds` if the pods don't already
|
||||||
`node.kubernetes.io/not-ready:NoExecute` or
|
have toleration for taints `node.kubernetes.io/not-ready:NoExecute` or
|
||||||
`node.kubernetes.io/unreachable:NoExecute`.
|
`node.kubernetes.io/unreachable:NoExecute`.
|
||||||
|
The default value for `default-not-ready-toleration-seconds` and `default-unreachable-toleration-seconds` is 5 minutes.
|
||||||
|
|
||||||
### DenyExecOnPrivileged {#denyexeconprivileged}
|
### DenyExecOnPrivileged {#denyexeconprivileged}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user