mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Update cluster node eviction settings
This commit is contained in:
parent
8c5ff83dc7
commit
977059e9de
1 changed files with 7 additions and 1 deletions
|
|
@ -3,6 +3,12 @@ kube_network_plugin: weave
|
||||||
bin_dir: /usr/local/bin
|
bin_dir: /usr/local/bin
|
||||||
kube_config_dir: /etc/kubernetes
|
kube_config_dir: /etc/kubernetes
|
||||||
|
|
||||||
|
kubelet_status_update_frequency: 4s
|
||||||
|
kube_controller_node_monitor_grace_period: 20s
|
||||||
|
kube_controller_node_monitor_period: 2s
|
||||||
|
kube_controller_pod_eviction_timeout: 30s
|
||||||
|
|
||||||
|
|
||||||
upstream_dns_servers:
|
upstream_dns_servers:
|
||||||
- 213.133.98.98
|
- 213.133.98.98
|
||||||
- 213.133.99.99
|
- 213.133.99.99
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue