-
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
[v0.25.2 regression] flannel.alpha.coreos.com/public-ip-overwrite
fails with error looking up interface XXX.XXX.XXX.XXX: No interface with given IP found
after restarting a node
#1978
Comments
Probably related to: |
Confirm seeing this issue when using v0.25.2 on KIND cluster. Reverted to v0.25.1 for the time being. |
I left this open. Changed how the parameter is passed it'll be fixed for the next release. |
Can I ask the definition of "flannel.alpha.coreos.com/node-public-ip":
Thanks. |
It could be the addressable IP but generally it should use in case of a node with multiple interface and helps to select Flannel the right one. This issue was introduced because it was using the |
@rbrtbnfgl , thanks for the reply. In the case of KIND there's only one interface (eth0), but v0.25.2 has also failed with "No interface with given IP found after restarting a node" when the host restarted. Note this doesn't happen to v0.25.1. I suspect that could be something else because this shouldn't happen base on your replied, |
This is how it should work with the fix. With the current release is not working as I explained. I think we'll release a new version with the right behavior. |
Thanks, v0.25.3 works fine |
Expected Behavior
flannel.alpha.coreos.com/public-ip-overwrite
should continue to work after restarting a nodeCurrent Behavior
Flannel v0.25.2 fails with
error looking up interface XXX.XXX.XXX.XXX: No interface with given IP found
after restarting a node, even whenflannel.alpha.coreos.com/public-ip-overwrite
is specified to allowXXX.XXX.XXX.XXX
.It was working in Flannel v0.25.1.
Possible Solution
Revert:
Steps to Reproduce (for bugs)
kube-flannel
container fails:Context
Regression in v0.25.2
Your Environment
The text was updated successfully, but these errors were encountered: