Unverified Commit 4c751225 authored by Michal Rostecki's avatar Michal Rostecki Committed by GitHub

Merge pull request #4098 from manuelbuil/enable_sysctl_inheritance

Enable the inheritance of sysctl network settings for ipv6
parents 47676eff 87524a7a
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment