mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 14:09:34 -02:30
add possibility to disable fail with swap (#1773)
This commit is contained in:
committed by
Matthew Mosesohn
parent
eeb7274d65
commit
e41c0532e3
@@ -25,6 +25,9 @@ kubelet_enforce_node_allocatable: "\"\""
|
||||
# Note that PID namespace sharing requires docker >= 1.13.1.
|
||||
kubelet_disable_shared_pid: true
|
||||
|
||||
### fail with swap on (default true)
|
||||
kubelet_fail_swap_on: true
|
||||
|
||||
# Reserve this space for system resources
|
||||
kubelet_memory_limit: 256M
|
||||
kubelet_cpu_limit: 100m
|
||||
|
||||
Reference in New Issue
Block a user