Skip to content

Conversation

brb
Copy link
Member

@brb brb commented Jul 11, 2025

The [1] commit removed the hostPort.enabled too early. It will be no longer possible to enable each individual KPR flag only in v1.19. So, before that we need to support enabling HostPort when KPR=false.

[1] got backported to v1.17 by #40222 to fix [2].

NB: we did not restore externalIPs.enabled, because it is no-op when KPR=false, and it is implicitly enabled when nodePort.enabled is true.

[1]: 88d1e70
[2]: #40073

@brb brb added release-note/misc This PR makes changes that have no direct user impact. area/loadbalancing Impacts load-balancing and Kubernetes service implementations backport/1.17 This PR represents a backport for Cilium 1.17.x of a PR that was merged to main. labels Jul 11, 2025
@maintainer-s-little-helper maintainer-s-little-helper bot added the kind/backports This PR provides functionality previously merged into master. label Jul 11, 2025
@brb brb force-pushed the pr/brb/v1.17-keep-np-hp branch from b7617cd to f671e40 Compare July 11, 2025 09:09
@brb brb marked this pull request as ready for review July 11, 2025 09:19
@brb brb requested a review from a team as a code owner July 11, 2025 09:19
@brb
Copy link
Member Author

brb commented Jul 11, 2025

/test

@brb brb force-pushed the pr/brb/v1.17-keep-np-hp branch from f671e40 to 89e45bd Compare July 11, 2025 12:35
Copy link
Member

@giorio94 giorio94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! It seems CI still needs a bit of love though.

The [1] commit removed the hostPort.enabled too early. It will be no
longer possible to enable each individual KPR flag only in v1.19. So,
before that we need to support enabling HostPort when KPR=false.

[1] got backported to v1.17 by #40222 to fix [2].

NB: we did not restore externalIPs.enabled, because it is no-op when
KPR=false, and it is implicitly enabled when nodePort.enabled is true.

[1]: 88d1e70
[2]: #40073

Signed-off-by: Martynas Pumputis <martynas@isovalent.com>
@brb brb force-pushed the pr/brb/v1.17-keep-np-hp branch from 89e45bd to 22ac4a8 Compare July 11, 2025 12:59
@brb
Copy link
Member Author

brb commented Jul 11, 2025

/test

@brb brb enabled auto-merge July 11, 2025 13:18
@joestringer joestringer added the release-blocker/1.17 This issue will prevent the release of the next version of Cilium. label Jul 11, 2025
@joestringer
Copy link
Member

@cilium/release-managers this seems useful to get into the v1.17 tree to avoid a regression in the next patch release.

@brb brb added this pull request to the merge queue Jul 14, 2025
@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 Jul 14, 2025
Merged via the queue into v1.17 with commit 3f4aade Jul 14, 2025
289 of 294 checks passed
@brb brb deleted the pr/brb/v1.17-keep-np-hp branch July 14, 2025 08:46
@github-project-automation github-project-automation bot moved this from Proposed to Done in Release blockers Jul 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/loadbalancing Impacts load-balancing and Kubernetes service implementations backport/1.17 This PR represents a backport for Cilium 1.17.x of a PR that was merged to main. kind/backports This PR provides functionality previously merged into master. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-blocker/1.17 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.

3 participants