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

Enable link-local IPv6 for all containers #1

Merged
merged 3 commits into from
Oct 31, 2018

Conversation

stefanhdao
Copy link

Currently Docker containers turn off IPv6 by default even though we are running Docker with the --ipv6 flag. containernetworking/cni#531 fixes this issue by overriding the files to disable IPv6 but only does so if an IPv6 interface has been specified.

Test Plan:

Created a Docker container on Kubernetes and was able to ping6 to a machine on the same network.

@stefanhdao stefanhdao merged commit 867a63b into scaledata:master Oct 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants