Skip to content
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

feat(mutlicluster): Add support for excluding labels and annotations from federated and mirror services #13802

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

adleong
Copy link
Member

@adleong adleong commented Mar 15, 2025

Depends on #13801

Adds support for excluding certain labels and annotations from being copied onto mirror and federated services. This makes use of the excludedLabels and excludedAnnoations fields in the Link resource. These fields take a list of strings which may be literal label/annotation names or they may be group globs of the form <group>/* which will match all labels/annotations beginning with <group>/. Any matching labels or annotations will not be copied.

We also add corresponding flags to the mc link command: --excluded-labels and --excluded-annotations for setting these fields on the Link resource.

adleong added 4 commits March 12, 2025 23:47
Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
@adleong adleong requested a review from a team as a code owner March 15, 2025 01:21
@adleong adleong marked this pull request as draft March 15, 2025 01:21
adleong added 12 commits March 19, 2025 19:24
Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
Signed-off-by: Alex Leong <alex@buoyant.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants