#1343, 恢复podPidsLimit=-1默认设置

pull/1348/head
gjmzj 2024-01-13 13:22:31 +08:00
parent 21376465de
commit c40548e0e3
1 changed files with 1 additions and 1 deletions

View File

@ -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