You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when kro creates CRDs from ResourceGroups, these CRDs lack metadata about their origin. ideally we to automatically label CRDs with their owning ResourceGroup information. This allows kro to track which ResourceGroup owns which CRD, enabling better conflict detection and resource management.
Instead of labels should owner references be set on the child resources so should the parent resource be deleted the child ones will also be cleaned up? i wouldnt mind looking into this.
Feature Description
Currently when kro creates CRDs from ResourceGroups, these CRDs lack metadata about their origin. ideally we to automatically label CRDs with their owning
ResourceGroup
information. This allows kro to track which ResourceGroup owns which CRD, enabling better conflict detection and resource management.We can leverage the metadata library that we already use for sub resources https://github.com/awslabs/kro/blob/main/pkg/metadata/labels.go
The text was updated successfully, but these errors were encountered: