-
Notifications
You must be signed in to change notification settings - Fork 56
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
envoy failed to start on linux servers without ipv6 #111
Comments
hmmm it seems we need to add a way to detect if the cluster is ipv6, in kind the user defines the cluster ip family https://github.com/search?q=repo%3Akubernetes-sigs%2Fkind%20disable_ipv6&type=code |
Since this is an "extension" of kind, is it possible to determine those from kind at run time? |
Sure, will try and feedback today. |
works for me, thanks! I can see the ipv6 options being removed from generated docker run command. |
Trying to run the docker run command as shown in the log, I can see:
docker run will work if I remove those ipv6 related options:
--sysctl=net.ipv6.conf.all.disable_ipv6=0 --sysctl=net.ipv6.conf.all.forwarding=1
The text was updated successfully, but these errors were encountered: