Skip to content

Conversation

rastislavs
Copy link
Contributor

@rastislavs rastislavs commented Jun 11, 2024

Removes unnecessary CiliumNode label selector check for PodCIDR advertisements in the BGPv2 PodCIDRReconciler.

This check was reflected from the BGPv1 code, but for BGPv2 we would like to avoid it, as this behavior is inconsistent with other advertisement types (other advertisement types advertise the paths for selected resources, but PodCIDR only applies to the local node).

This only affects yet unreleased BGPv2 codebase, and as we would like clean this up before releasing it, marking this as a v1.16 release-blocker.

Remove unnecessary CiliumNode label selector check for PodCIDR
advertisements. This was reflected from the BGPv1 code, but for
BGPv2 we would like to avoid it, as this behavior is inconsistent
with other advertisement types (other advertisement types
advertise the paths for selected resources, but PodCIDR
only applies to the local node).

Signed-off-by: Rastislav Szabo <rastislav.szabo@isovalent.com>
@rastislavs rastislavs added release-note/misc This PR makes changes that have no direct user impact. area/bgp Impacts the Border Gateway Protocol feature. release-blocker/1.16 This issue will prevent the release of the next version of Cilium. labels Jun 11, 2024
@rastislavs
Copy link
Contributor Author

/test

@rastislavs rastislavs marked this pull request as ready for review June 11, 2024 09:09
@rastislavs rastislavs requested a review from a team as a code owner June 11, 2024 09:09
@rastislavs
Copy link
Contributor Author

Cilium E2E Upgrade: hits #32689
Conformance Runtime: hits #32902

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jun 11, 2024
@dylandreimerink dylandreimerink added this pull request to the merge queue Jun 11, 2024
Merged via the queue into cilium:main with commit 4a3b6c8 Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bgp Impacts the Border Gateway Protocol feature. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-blocker/1.16 This issue will prevent the release of the next version of Cilium. release-note/misc This PR makes changes that have no direct user impact.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants