mirror of https://github.com/easzlab/kubeasz.git
#1343, 恢复podPidsLimit=-1默认设置
parent
21376465de
commit
c40548e0e3
|
@ -8,7 +8,7 @@ CGROUP_DRIVER: "systemd"
|
|||
CLUSTER_DNS_SVC_IP: "{{ SERVICE_CIDR.split('.')[0] }}.{{ SERVICE_CIDR.split('.')[1] }}.{{ SERVICE_CIDR.split('.')[2] }}.{{ SERVICE_CIDR.split('.')[3]|int + 2 }}"
|
||||
|
||||
# pod-max-pids
|
||||
POD_MAX_PIDS: 1024
|
||||
POD_MAX_PIDS: -1
|
||||
|
||||
# Enable strict ARP by setting arp_ignore to 1 and arp_announce to 2
|
||||
ENABLE_IPVS_STRICT_ARP: false
|
||||
|
|
Loading…
Reference in New Issue