-
Notifications
You must be signed in to change notification settings - Fork 3.4k
BGP: Removing metallb BGP integration #36191
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
BGP: Removing metallb BGP integration #36191
Conversation
3f4a915
to
9db34d3
Compare
Removing metallb BGP integration from Cilium. Metallb BGP has been deprecated from v1.14, users should use Cilium BGP Control Plane for BGP support in Cilium. Migration is documented in this blog post https://isovalent.com/blog/post/migrating-from-metallb-to-cilium/ Issue: cilium#22246 Signed-off-by: harsimran pabla <hpabla@isovalent.com>
Removing metallb BGP flags - BGPAnnouncePodCIDR - BGPAnnounceLBIP Also, removing reference to BGP config map. Signed-off-by: harsimran pabla <hpabla@isovalent.com>
9db34d3
to
56a3559
Compare
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm on cli change. i'm guessing there will be another PR to update the documentation? 📝
I wanted to get this out asap before 1.17 feature freeze. Docs update is coming out next. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great - thanks! 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a note in the upgrade docs please?
Edit: Apologies, I missed the comment above. Approving now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@harsimran-pabla Nice work!
Metallb BGP integration in Cilium has been deprecated since v1.14 release. Original issue for deprecation tracking #22246.
Announcement to OSS community: https://cilium.slack.com/archives/C06HL734BM5/p1731082755110609
Migration path to Cilium BGP Control Plane: https://isovalent.com/blog/post/migrating-from-metallb-to-cilium/