mirror of https://github.com/kubernetes/kops.git
Always set sysctl net.ipv4.neigh.default.gc_thresh1=0 on AWS
This commit is contained in:
parent
41e2bee204
commit
6e611b979e
|
@ -0,0 +1,4 @@
|
|||
# Kubernetes AWS settings
|
||||
|
||||
# Issue #23395
|
||||
net.ipv4.neigh.default.gc_thresh1=0
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"onChangeExecute": [ "sysctl", "--system" ]
|
||||
}
|
Loading…
Reference in New Issue