mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-15 18:20:02 -03:30
Fix flannel for 1.6 and apply fixes to enable containerized kubelet
This commit is contained in:
@@ -10,6 +10,14 @@ kube_proxy_mode: iptables
|
||||
# policy engine.
|
||||
kube_proxy_masquerade_all: false
|
||||
|
||||
# These options reflect limitations of running kubelet in a container.
|
||||
# Modify at your own risk
|
||||
kubelet_enable_cri: false
|
||||
kubelet_cgroups_per_qos: false
|
||||
# Set to empty to avoid cgroup creation
|
||||
kubelet_enforce_node_allocatable: ""
|
||||
|
||||
|
||||
# Limits for kube components and nginx load balancer app
|
||||
kubelet_memory_limit: 512M
|
||||
kubelet_cpu_limit: 100m
|
||||
|
||||
Reference in New Issue
Block a user