Skip to content

Commit

Permalink
#1343, 恢复podPidsLimit=-1默认设置
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmzj committed Jan 13, 2024
1 parent 2137646 commit c40548e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kube-node/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c40548e

Please sign in to comment.