k8s,docs: Deprecate CiliumBGPPeeringPolicy CRD#38397
Merged
qmonnet merged 2 commits intocilium:mainfrom Mar 22, 2025
Merged
Conversation
647e0c9 to
98e6623
Compare
Contributor
Author
|
/test |
98e6623 to
7acc0a8
Compare
Contributor
Author
|
/test |
In v1.16 we introduced new CRDs to configure BGP on Cilium. Recently, we promoted them to stable version (v2). Users should stop using the old v2alpha1.CiliumBGPPeeringPolicy CRD to configure BGP, as it will be removed in a future version. Signed-off-by: Rastislav Szabo <[email protected]>
Ask users to use cilium.io/v2 BGP CRDs instead. Signed-off-by: Rastislav Szabo <[email protected]>
7acc0a8 to
66538d2
Compare
Contributor
Author
|
/test |
nathanjsweet
approved these changes
Mar 21, 2025
harsimran-pabla
approved these changes
Mar 21, 2025
qmonnet
approved these changes
Mar 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In v1.16 we introduced new CRDs to configure BGP on Cilium (e.g.
CiliumBGPClusterConfig,CiliumBGPPeerConfig,CiliumBGPAdvertisement,CiliumBGPNodeConfigOverride).Recently, we promoted them to stable version (
v2). Users should stop using the oldv2alpha1.CiliumBGPPeeringPolicyCRD to configure BGP, as it will be removed in a future version.