-
Notifications
You must be signed in to change notification settings - Fork 904
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
[Labels] Argo-rollout's experiments and replicaSet cannot be enriched with custom labels #4113
Labels
enhancement
New feature or request
Comments
It looks indeed like a miss. Would you mind raising a PR to add it ? |
ayureidini
pushed a commit
to ayureidini/argo-rollouts
that referenced
this issue
Feb 6, 2025
… sets Enhancement ticket: argoproj#4113 This can be useful for complying to Tagging Policy imposed at cluster level since there is no mechanism to add custom labels to Experiments and their associated ReplicaSets. Indeed, this could enable automatic reporting but also give required information for investigation.
ayureidini
pushed a commit
to ayureidini/argo-rollouts
that referenced
this issue
Feb 6, 2025
… sets Enhancement ticket: argoproj#4113 This can be useful for complying to Tagging Policy imposed at cluster level since there is no mechanism to add custom labels to Experiments and their associated ReplicaSets. Indeed, this could enable automatic reporting but also give required information for investigation. Signed-off-by: Ahmed YUREIDINI [email protected]
6 tasks
ayureidini
pushed a commit
to ayureidini/argo-rollouts
that referenced
this issue
Feb 6, 2025
… sets Enhancement ticket: argoproj#4113 This can be useful for complying to Tagging Policy imposed at cluster level since there is no mechanism to add custom labels to Experiments and their associated ReplicaSets. Indeed, this could enable automatic reporting but also give required information for investigation. Signed-off-by: Ahmed YUREIDINI <[email protected]>
ayureidini
pushed a commit
to ayureidini/argo-rollouts
that referenced
this issue
Feb 6, 2025
… sets Enhancement ticket: argoproj#4113 This can be useful for complying to Tagging Policy imposed at cluster level since there is no mechanism to add custom labels to Experiments and their associated ReplicaSets. Indeed, this could enable automatic reporting but also give required information for investigation. Signed-off-by: Ahmed YUREIDINI NOGALES <[email protected]>
ayureidini
pushed a commit
to ayureidini/argo-rollouts
that referenced
this issue
Feb 6, 2025
… sets Enhancement ticket: argoproj#4113 This can be useful for complying to Tagging Policy imposed at cluster level since there is no mechanism to add custom labels to Experiments and their associated ReplicaSets. Indeed, this could enable automatic reporting but also give required information for investigation. Signed-off-by: Ahmed YUREIDINI NOGALES <[email protected]>
@OpenGuidou : Pull-request submitted: #4118 |
zachaller
pushed a commit
that referenced
this issue
Feb 7, 2025
…sets (#4118) fix(experiments): propagate rolouts labels to experiments and replica sets Enhancement ticket: #4113 This can be useful for complying to Tagging Policy imposed at cluster level since there is no mechanism to add custom labels to Experiments and their associated ReplicaSets. Indeed, this could enable automatic reporting but also give required information for investigation. Signed-off-by: Ahmed YUREIDINI NOGALES <[email protected]> Co-authored-by: Ahmed YUREIDINI NOGALES <[email protected]>
Pull-request was merged, so I am closing this ticket. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
I have noticed that there is no mechanism to add custom labels to Experiments and their associated ReplicaSets.
What change needs making?
I have tested this change for canary strategy and the idea would be to propagate labels from
spec.template.labels
into Experiments and ReplicaSets upon creation.Use Cases
This can be useful for complying to Tagging Policy imposed at cluster level. Indeed, this can be useful for enabling automatic reporting but also give required information for investigation. This can be levered by using Open Policy Agent (OPA) Gatekeeper.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: