Skip to content

Conversation

joamaki
Copy link
Contributor

@joamaki joamaki commented Aug 4, 2025

This fixes a regression in which the IPMode field was not correctly processed for 'LoadBalancer` services leading to such services having IPMode set to 'Proxy' not being skipped by Cilium as expected (KEP-1860).

Fixes: #40913

Fix skipping of LoadBalancer services when IPMode is not set to VIP (KEP-1860)

This fixes a regression in which the IPMode field was not
correctly processed for 'LoadBalancer` services leading to
such services having IPMode set to 'Proxy' not being skipped
by Cilium as expected (KEP-1860).

Fixes: cilium#40913
Signed-off-by: Jussi Maki <jussi@isovalent.com>
@joamaki joamaki requested a review from a team as a code owner August 4, 2025 08:18
@joamaki joamaki added the needs-backport/1.18 This PR / issue needs backporting to the v1.18 branch label Aug 4, 2025
@joamaki joamaki requested a review from aspsk August 4, 2025 08:18
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Aug 4, 2025
@joamaki joamaki added the release-note/bug This PR fixes an issue in a previous release of Cilium. label Aug 4, 2025
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Aug 4, 2025
@joamaki
Copy link
Contributor Author

joamaki commented Aug 4, 2025

/test

1 similar comment
@joamaki
Copy link
Contributor Author

joamaki commented Aug 4, 2025

/test

@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 Aug 4, 2025
@aanm aanm added this pull request to the merge queue Aug 4, 2025
Merged via the queue into cilium:main with commit 88a1466 Aug 4, 2025
74 checks passed
@rastislavs rastislavs mentioned this pull request Aug 6, 2025
17 tasks
@rastislavs rastislavs added backport-pending/1.18 The backport for Cilium 1.18.x for this PR is in progress. and removed needs-backport/1.18 This PR / issue needs backporting to the v1.18 branch labels Aug 6, 2025
@github-actions github-actions bot added backport-done/1.18 The backport for Cilium 1.18.x for this PR is done. and removed backport-pending/1.18 The backport for Cilium 1.18.x for this PR is in progress. labels Aug 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-done/1.18 The backport for Cilium 1.18.x for this PR is done. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/bug This PR fixes an issue in a previous release of Cilium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LoadBalancer Service IP Mode no longer checked
4 participants