mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
Move kube_proxy_remove out of set_facts and set default (#4180)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4638acfe81
commit
b07641c3f3
@@ -30,6 +30,9 @@ kubelet_disable_shared_pid: true
|
||||
### fail with swap on (default true)
|
||||
kubelet_fail_swap_on: true
|
||||
|
||||
# Optionally remove kube_proxy installed by kubeadm
|
||||
kube_proxy_remove: false
|
||||
|
||||
# Reserve this space for kube resources
|
||||
kube_memory_reserved: 256M
|
||||
kube_cpu_reserved: 100m
|
||||
|
||||
Reference in New Issue
Block a user