-
Notifications
You must be signed in to change notification settings - Fork 1.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
Calico-node report Socket error: bind: Cannot assign requested address in BGP mode after a while #9549
Comments
@lubronzhan Calico 3.24 and k8s 1.24 are pretty old. Please try with newer releases like 3.28 or 3.29. Also we need a complete Calico node log to be able identify the root cause. |
Hi @mazdakn From other node, we observed a leaving signal from this
Then nothing about that ip Looks like something happened on |
Hi @mazdakn , sorry to interrupt, did you get a chance to review the log? Thanks |
@lubronzhan have you tried upgrading to a modern version of Calico? Regardless I think we won't be able to make any fixes to such an old version.
Wonder if it's a problem with the local interfaces on that node somehow. I think this error can also mean there is another process bound to that address? Are there any other softwares on that node that might be bound to the same IP / port?
BGP states are a bit tedious.. this means the connections are not Establishd, which would be a functioning session. Active doesn't mean that they are functioning. |
Hi @caseydavenport thanks for replying. We are trying to find the root cause first.
Yeah that could be one possibility. |
Expected Behavior
With BGP mode, the calico pod is working as steady
Current Behavior
With BGP mode, suddenly the calico-node pod end up in not ready state
Describing the calico-node pod shows Bird is not ready:
And within the calico pod it shows can't assign requested address
Ran calico-node show-status and it didnt report any issues with BGPbird v4 status
Possible Solution
Restarting the pod does workaround the issue
Steps to Reproduce (for bugs)
Context
How to debug this issue further? The old calico log was rotated.
Your Environment
The text was updated successfully, but these errors were encountered: