mirror of https://github.com/kubernetes/kops.git
remove setting nf_conntrack_max in nodeup
This commit is contained in:
parent
8ee736a485
commit
c2e3717df2
|
@ -95,10 +95,6 @@ func (b *SysctlBuilder) Build(c *fi.ModelBuilderContext) error {
|
|||
"# Increase size of file handles and inode cache",
|
||||
"fs.file-max = 2097152",
|
||||
"",
|
||||
|
||||
"# Increase size of conntrack table size to avoid poor iptables performance",
|
||||
"net.netfilter.nf_conntrack_max = 1000000",
|
||||
"",
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue