-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Flannel does not handle packets from other node properly #565
Comments
out of curiosity I tested setting up two k3s node and pod run on each node, there is no network connectivity issue between pods, are you sure if you set it up properly? I have cni0 as bridge instead of cbr0 too. you may need to provide more details on your setup and how you concluded it is the bridge name cbr0/cni0 issue. |
Thanks for your reply! 👍 Trouble only for me? 😟 Details on my setupMy cluster is composed of 3 nodes. (1 master, 2 workers)
Additional note
Reason for my conclusionJust because editing bridge name Detailed description
More verbose description of my investigation (too long, no need to read)
|
It seems I should understand meaning of |
Sorry. I was wrong. 😞 Without editing It seems changing Maybe, in my cluster, lock file was not properly deleted when rebooting the system. Let me close this issue. Sorry. |
Same issue for me! but I still no figure not how to solve issues Should I create |
@integral424 You are my hero. I am currently trying to setup a local kubernetes cluster (k3s v.1.20.4) on two pi4s (one node and one master) using archlinux. Node and master are successfully setup and can see each other. Ping between pods running on one node are working. However, ping between master and node are timing out. Spend hours debugging the issue and came to the same conclusion. Vlanx packets are send over the network. But the Thank you so much for reporting back. Unfortunately i don't have enough knowledge of k3s to find the root-cause. If someone has a hint, i am willing to dig deeper into this. |
@icepic1984, not sure why deleting /var/lib/cni/networks/cbr0/lock would resolve your problem, can you reproduce the issue? I am interested in this kind of silent packet dropping issue :), I have quite a few video showing how to find out these kind of network problem. |
This very odd trick worked for me as well! Thanks @integral424 |
I have the same problem but that trick doesn't work for me, have you solved it somehow? |
Describe the bug
Flannel does not handle packets from other node properly.
This line of code may be wrong. It should be
cni0
.To Reproduce
Expected behavior
No ping reply from the other node.
Additional context
After some investigation, I got this conclusion:
cni0
bridge into the systemcbr0
(as it is hard-coded in this file)The text was updated successfully, but these errors were encountered: