-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
New AMI doesn't have forward enabled #3958
Comments
Isn't this the Ubuntu / Debian default now? |
Does the new AMI have docker 1.13+ or docker-ce 17.03+? |
https://github.com/kubernetes/kops/blob/master/nodeup/pkg/model/docker.go Yes Is it Docker or new iptables? |
K8s 1.8 is using the new version of Docker to be clear. |
It's basically this part of docker: https://github.com/moby/moby/blob/v1.13.1/vendor/github.com/docker/libnetwork/drivers/bridge/setup_ip_forwarding.go#L42 Related issues: kubernetes/kubernetes#39823 |
Should be fixed by #3977. |
The new AMI seems to be defaulting to
-P FORWARD deny
, at least with kopeio-networking (where I found it). Forwarding is needed for containers to talk to other nodes (for example)The text was updated successfully, but these errors were encountered: