I have a small kops-generated kubernetes cluster running on CoreOS (Container Linux by CoreOS 1745.4.0 (Rhyolite)) and since the upgrade, none of the containers running in it appear to have internet connectivity.
In any node I log on, I get the following errors while issuing `docker info`:
https://gist.github.com/lucazz/78385f47f7c3b16e7d5c8f0ef6772c9d`WARNING: bridge-nf-call-iptables is disabled`
and
`WARNING: bridge-nf-call-ip6tables is disabled`
but issuing those sysctl commands wont work in CoreOS, as it cannot state that path:
`sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory`
Does anyone have an idea on how can I enable those flags?