kube-node-tuning
kube-node-tuning copied to clipboard
optimize arp parameters
when stress testing, the network presure increase.This may cause arp overflow. The following parameters need to be considered:
net.ipv4.neigh.default.gc_thresh1 = 8192 net.ipv4.neigh.default.gc_thresh2 = 32768 net.ipv4.neigh.default.gc_thresh3 = 65536
HI @wenting-guo , the net.ipv4.neigh.default.gc_thresh1 has been tunned by :
https://github.com/kubean-io/kube-node-tuning/blob/main/charts/values.yaml#L36