Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration of /proc/sys/net/bridge/bridge-nf-call-iptables should be optional #2581

Closed
marun opened this issue Nov 1, 2016 · 0 comments
Closed

Comments

@marun
Copy link

marun commented Nov 1, 2016

The launch script running weave on kube currently assumes it can manipulate /proc/sys/net/bridge/bridge-nf-call-iptables:

https://github.com/weaveworks/weave/blob/master/prog/weave-kube/launch.sh#L12-#L18

For my use-case I'm deploying kube on docker-in-docker. Since docker is already ensuring that bridge-nf-call-iptables is set on the host, and I'd rather not have to avoid mounting /proc/sys/net rw into the containers, it would be nice to be able to be able to disable this behavior in the launch script via an env variable (e.g. SET_BRIDGE_NF_CALL_IPTABLES, defaulted to true).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants