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

propagate RGI labels to managed resources #184

Open
a-hilaly opened this issue Jan 9, 2025 · 1 comment · May be fixed by #229
Open

propagate RGI labels to managed resources #184

a-hilaly opened this issue Jan 9, 2025 · 1 comment · May be fixed by #229
Assignees

Comments

@a-hilaly
Copy link
Member

a-hilaly commented Jan 9, 2025

Feature Description

Currently labels defined on ResourceGroup Instances are not propagated to their managed sub resources. We need to add support for a label propagation annotation (kro.run/propagate-labels: "true") that will copy all RGI labels to its managed
resources.

Example:

apiVersion: kro.run/v1alpha1
kind: Application
metadata:
  name: my-application
  annotations:
    kro.run/propagate-labels: "true"
  labels:
    environment: production
    team: platform
spec: {...}
@RinkiyaKeDad
Copy link
Contributor

I'll start working on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants