-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Errors in log using vxlan backend under CPU load #414
Comments
I'm interested to hear if anyone else has hit this or if anyone has a repro for it. |
We've also run into this, box is generally around <5% idle cpu, so could also be cpu related. |
Hi, we are also encountering the same issue. Flanneld v0.7.0 Average cpu load of the nodes is 25% |
Same problem.
Ubuntu 16.04 on baremetal x86_64 Is not related to the pods, nodes without pods produce errors as nodes with pods do not produce error. Node without pod and with errors: It seems to be some (too small) default setup during the netlink call that permits the communication between the kernel and the userspace process |
Seeing the same thing #779 . Our cluster is about 250 to 300 nodes. |
Dropping packets is seen on minions in a ~ 270-node cluster. |
Only as info. net.core.rmem_default = 524280 |
I have the following messages in the journal if cpu usage is > 60%
It goes from here
https://github.com/coreos/flannel/blob/7cb8d6b9a80632828e9569033d411361afee1816/backend/vxlan/device.go#L218
Do I need to tweak some parameters?
I have already played with
The text was updated successfully, but these errors were encountered: