-
Notifications
You must be signed in to change notification settings - Fork 81
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
cni failed to set up pod #35
Comments
@damianoneill I was unable to reproduce on current Could this be cause by the issue(s) you had with #2? |
@galexrt I don't think so, I had applied the fix before running above. I'm working through a Kube training package on safari, it's referencing your project for multi node examples. I'll spend Monday trying to understand whats going on and come back with an update at the end of the day. Thanks for your support. |
@damianoneill Thanks! When you are looking on Monday, please make sure to look into the Hoping that these logs will tell what the issue, please post the error here then so I can see what to fix. 🙂 |
Output attached. |
@galexrt for the CNI issue, do you think it's related to containernetworking/cni#531 ? Looking at the VM that gets created for fedora, ipv6 is enabled by default. [root@node1 ~]# sysctl -a | grep net.ipv6.conf | grep disable
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.all.disable_policy = 0
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.default.disable_policy = 0
net.ipv6.conf.docker0.disable_ipv6 = 0
net.ipv6.conf.docker0.disable_policy = 0
net.ipv6.conf.eth0.disable_ipv6 = 0
net.ipv6.conf.eth0.disable_policy = 0
net.ipv6.conf.eth1.disable_ipv6 = 0
net.ipv6.conf.eth1.disable_policy = 0
net.ipv6.conf.flannel/1.disable_ipv6 = 0
net.ipv6.conf.flannel/1.disable_policy = 0
net.ipv6.conf.lo.disable_ipv6 = 0
net.ipv6.conf.lo.disable_policy = 0
[root@node1 ~]# |
I am also hitting this issue
|
@damianoneill @shamimgeek I have pushed some changes to |
Closing as no response back and I have not been able to reproduce the issue since. |
Hi, default install. I installed helm and then tried to provision the stable/nginx-ingress chart.
I'm seeing the following in the controller pods, they are premantly in ContainerCreating status.
The text was updated successfully, but these errors were encountered: