Skip to content

HELM: Adding Label Support to clustermesh apiserver service #39520

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

Merged
merged 1 commit into from
May 14, 2025

Conversation

camrossi
Copy link
Contributor

Fixes: #39488

Add Labels support to the clustermesh apiserver service
This is required if service mesh is deployed on Cilium Clusters that are advertising services via BGP.

A service is selected to be advertised by a selector field that is a label selector matching on the service.

Without this config it is impossible to have the clustermesh apiserver service advertised via BGP.

@camrossi camrossi requested review from a team as code owners May 14, 2025 04:35
@maintainer-s-little-helper

This comment was marked as resolved.

@camrossi camrossi requested review from tommyp1ckles and gandro May 14, 2025 04:35
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-sign-off The author needs to add signoff to their commits before merge. label May 14, 2025
@camrossi camrossi requested a review from giorio94 May 14, 2025 04:35
@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 May 14, 2025
@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label May 14, 2025
@camrossi camrossi force-pushed the clustermesh_service_labels branch from 8a965dd to a278371 Compare May 14, 2025 04:59
@maintainer-s-little-helper

This comment was marked as resolved.

@giorio94 giorio94 added area/clustermesh Relates to multi-cluster routing functionality in Cilium. release-note/misc This PR makes changes that have no direct user impact. area/helm Impacts helm charts and user deployment experience labels May 14, 2025
@maintainer-s-little-helper maintainer-s-little-helper bot removed dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. labels May 14, 2025
@camrossi camrossi force-pushed the clustermesh_service_labels branch from a278371 to 52f9406 Compare May 14, 2025 06:58
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-sign-off The author needs to add signoff to their commits before merge. label May 14, 2025
@camrossi camrossi force-pushed the clustermesh_service_labels branch from 52f9406 to 21f257e Compare May 14, 2025 07:06
@maintainer-s-little-helper

This comment was marked as resolved.

@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-sign-off The author needs to add signoff to their commits before merge. label May 14, 2025
@camrossi camrossi force-pushed the clustermesh_service_labels branch from 21f257e to cfc23e9 Compare May 14, 2025 07:07
@maintainer-s-little-helper

This comment was marked as resolved.

@camrossi camrossi force-pushed the clustermesh_service_labels branch from cfc23e9 to 300f7c6 Compare May 14, 2025 07:09
@maintainer-s-little-helper

This comment was marked as resolved.

@camrossi camrossi force-pushed the clustermesh_service_labels branch from 300f7c6 to f03fe30 Compare May 14, 2025 07:10
@maintainer-s-little-helper

This comment was marked as resolved.

Signed-off-by: Camillo Rossi <camrossi@cisco.com>
@camrossi camrossi force-pushed the clustermesh_service_labels branch from f03fe30 to 8275f1b Compare May 14, 2025 07:19
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-sign-off The author needs to add signoff to their commits before merge. label May 14, 2025
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!

@giorio94 giorio94 enabled auto-merge May 14, 2025 07:22
@giorio94
Copy link
Member

/test

@giorio94 giorio94 added the needs-backport/1.17 This PR / issue needs backporting to the v1.17 branch label May 14, 2025
@giorio94
Copy link
Member

Marked for backport to 1.17, as potentially useful, and it should come at no risk.

@giorio94 giorio94 added this pull request to the merge queue May 14, 2025
Merged via the queue into cilium:main with commit 6fbc035 May 14, 2025
66 checks passed
@nbusseneau nbusseneau mentioned this pull request May 15, 2025
9 tasks
@nbusseneau nbusseneau added backport-pending/1.17 The backport for Cilium 1.17.x for this PR is in progress. and removed needs-backport/1.17 This PR / issue needs backporting to the v1.17 branch labels May 15, 2025
@github-actions github-actions bot added backport-done/1.17 The backport for Cilium 1.17.x for this PR is done. and removed backport-pending/1.17 The backport for Cilium 1.17.x for this PR is in progress. labels May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/clustermesh Relates to multi-cluster routing functionality in Cilium. area/helm Impacts helm charts and user deployment experience backport-done/1.17 The backport for Cilium 1.17.x for this PR is done. kind/community-contribution This was a contribution made by a community member. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

helm: clustermesh-apiserver service don't support custom labels
4 participants