-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
/proc/sys/net/ipv6/conf/eth0/accept_dad: no such file or directory in Kubernetes 1.11.0 #569
Comments
there's a error BUG-1445054 - Setting ipv6.disable=1 prevents both IPv4 and IPv6 socket opening for VXLAN tunnels looks pretty similar my error. |
As I already explained, this has been fixed for 6 months. Please upgrade your CNI plugins. |
Thanks @squeed, as a green-hand of kubernetes. Could you please provide any documents about how to upgrade the CNI? I don't have any clue about it. Thanks a lot. |
This is the question for your deployment software provider, which in your case is probably https://github.com/kubernetes/kubeadm |
Thanks a lot @jellonek. |
@marslo ,I have the same issue, have you fixed this issue? could you share your solution? thanks. |
@henshitou, Actually, I haven't fixed this issue yet. I'm using 1.10.5 instead of 1.11.0. |
Hello Marslo,
I have a workaround to fix this issue. You can try. Thanks.
1.>$vim /etc/default/grub and change the value of kernel parameter ipv6.disable from 1 to 0 in line
2.>$grub2-mkconfig -o /boot/grub2/grub.cfg
3.>$shutdown -r now
BRs
Gang Chen
Enviado do Correio<https://go.microsoft.com/fwlink/?LinkId=550986> para Windows 10
…________________________________
De: Marslo <[email protected]>
Enviado: Wednesday, September 19, 2018 3:28:01 AM
Para: containernetworking/cni
Cc: henshitou; Mention
Assunto: Re: [containernetworking/cni] /proc/sys/net/ipv6/conf/eth0/accept_dad: no such file or directory in Kubernetes 1.11.0 (#569)
@henshitou<https://github.com/henshitou>, Actually, I haven't fixed this issue yet. I'm using 1.10.5 instead of 1.11.0.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#569 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AfZplKXsOldcgr4ROtLXtrGfmIY-ABU2ks5ucauxgaJpZM4VBDfC>.
|
@henshitou, thank you a lot. I will let you know the result. |
@henshitou Aren't you enabling ipv6 by using your workaround? I used it but ended up not getting my cluster to integrate with F5 loadbalancer and think it may be due to this workaround setup. Let me know, thanks. |
I encountered a strange ipv6 issue, I turn off ipv6,after restarting the machine : but net.ipv6.conf.eth0.disable_ipv6 = 0 root@k8s-master01:/etc/systemd# lsb_release -a |
@ws316156697 it is changing the sysctl inside the container's network namespace, not the host-level eth0. Hope that answers your question. |
Yes, but I don't know where to find the answer to my question. I want to try my luck here |
Worked, Thanks a lot! |
This error is from the discussion in CoreOS.
Here details:
I've disabled the IPV6 in my PC by:
IP addr shows in my pc:
And kubernetes init by:
After inited the kubernetes master, the pod start failure due to
open /proc/sys/net/ipv6/conf/eth0/accept_dad: no such file or directory
And, actually, I don't even has
eth0
network card in my PC.Pod details:
My PC details:
The text was updated successfully, but these errors were encountered: