kube-node-tuning
kube-node-tuning copied to clipboard
Manage kubernetes node-level kernel tuning ( using sysctl ).
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. Release notes Sourced from actions/setup-go's releases. v4.0.0 In scope of release we enable cache by default. The action won’t throw an error if the...
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
优化自带的参数,并完善文档
pullSecrets is present in values, but not used in templates, can you please add it? Thank you!