mirror of https://github.com/kubernetes/kops.git
Add description about toleration seconds parameter for kube-apiserver in docs
This commit is contained in:
parent
3279b95326
commit
35bd899ffa
|
@ -446,6 +446,17 @@ spec:
|
|||
eventTTL: 03h0m0s
|
||||
```
|
||||
|
||||
### Taint based Evictions
|
||||
|
||||
There are two parameters related to taint based evictions. These parameters indicate default value of the `tolerationSeconds` for `notReady:NoExecute` and `unreachable:NoExecute`.
|
||||
|
||||
```yaml
|
||||
spec:
|
||||
kubeAPIServer:
|
||||
defaultNotReadyTolerationSeconds: 600
|
||||
defaultUnreachableTolerationSeconds: 600
|
||||
```
|
||||
|
||||
## externalDns
|
||||
|
||||
This block contains configuration options for your `external-DNS` provider.
|
||||
|
|
Loading…
Reference in New Issue