-
Notifications
You must be signed in to change notification settings - Fork 468
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
Kube-router with graceful restart does not advertise external addresses #1486
Comments
@rkojedzinszky - I took a look at the thread again, but still don't see anything that kube-router can do here to fix it. I'm not willing to maintain a fork of GoBGP. Neither can we revert to the previous functionality because it was wrong and it will cause a break in functionality for other users. If you have an alternative that doesn't involve reverting to the previous functionality and is within the code base control of kube-router, let me know here and we can talk through the use case to see if it would make sense for you to submit a PR with the functionality. In the meantime, I pinged the primary maintainer of GoBGP on your issue. I have found him to be responsive when I bubble things up to him directly so we can see if that gets us any forward movement on your issue upstream. |
@aauren Thanks for handling it. I totally agree, kube-router behaves right, no modification should be done to it. I hope as a GoBGP user we can get more support from GoBGP team to handle this. Unfortunately earlier I was unable to reach attention, my issue has no replies. Thanks for pushing it! |
Hello. May be it is too late, but is not the |
@vasiliev-a-a That was discussed already in #1389 (comment) |
@aauren do you have updates on this? I know it is out of kube-router's scope, howewer at the end, as a user, I am facing with an issue that kube-router configured to support graceful-restart, and configured with an external router without GR may end up in prefixes not being advertised at all, manual intervention is needed to solve such a case. Thanks, |
Unfortunately, I don't have any updates on it. Its probably best to just keep following along with the upstream bug. Either that or get into the code for GoBGP and submit an PR. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stale for 5 days with no activity. |
What happened?
Enabled graceful restart feature (
--bgp-graceful-restart
)What did you expect to happen?
I expected that when bgp session comes up, service externalIPs get advertised immediately.
How can we reproduce the behavior you experienced?
Steps to reproduce the behavior:
--bgp-graceful-restart
and--advertise-external-ip
** System Information (please complete the following information):**
kubectl version
) : v1.26Additional context
I still assume that is a bug in GoBGP, already opened an issue there, howewer there's no response. osrg/gobgp#2596. At the end, the final product is kube-router itself which behaves wrong.
The text was updated successfully, but these errors were encountered: