Merge pull request #4101 from manuelbuil/sysctl_ipv6_inheritance_1.22

[Backport 1.22] Enable the inheritance of settings for ipv6
pull/4121/head
Manuel Buil 3 years ago committed by GitHub
commit 4900e7b9bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,6 +50,7 @@ func Configure(enableIPv6 bool, config *kubeproxyconfig.KubeProxyConntrackConfig
sysctls["net/ipv6/conf/all/forwarding"] = 1
sysctls["net/ipv6/conf/default/forwarding"] = 1
sysctls["net/bridge/bridge-nf-call-ip6tables"] = 1
sysctls["net/core/devconf_inherit_init_net"] = 1
}
if conntrackMax := getConntrackMax(config); conntrackMax > 0 {

Loading…
Cancel
Save