-
Notifications
You must be signed in to change notification settings - Fork 39
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
Allow using BGP Control Plane #315
Conversation
@robertvolkmann Thank you for your contribution. |
Hi @robertvolkmann. Thanks for your PR. I'm waiting for a gardener member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Thank you @robertvolkmann for your contribution. Before I can start building your PR, a member of the organization must set the required label(s) {'reviewed/ok-to-test'}. Once started, you can check the build status in the PR checks section below. |
/ok-to-test |
/retest |
Using BGP secrets means the Cilium Agent needs access to secrets in the kube-system namespace.
/lgtm |
How to categorize this PR?
/area networking
/kind api-change
What this PR does / why we need it:
The BGP Control Plane allows us to announce the PodCIDR and the LoadBalancer IPs over BGP in a bare-metal environment.
Special notes for your reviewer:
https://docs.cilium.io/en/stable/network/bgp-control-plane/