Add description about toleration seconds parameter for kube-apiserver in docs

This commit is contained in:
AkiraFukushima 2020-12-02 17:22:36 +09:00
parent 3279b95326
commit 35bd899ffa
1 changed files with 11 additions and 0 deletions

View File

@ -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.