How to categorize this issue?
/area control-plane
/kind enhancement
/priority normal
What would you like to be added:
When resources are generated, would it be possible to add annotations to the resources to document which ManagedResource and Secret that the resource was defined in? This would greatly enhance usability, especially in a downtime situation to figure out why resources keep getting replaced.
Why is this needed:
When the resource manager creates a resource, it's unclear where it is generated from. Sometimes the resource is wrong and needs to be live patched, but it keeps getting overwritten. Finding the source is difficult because the secrets are base64 encoded.
How to categorize this issue? /area control-plane /kind enhancement /priority normal
What would you like to be added: When resources are generated, would it be possible to add annotations to the resources to document which
ManagedResource
andSecret
that the resource was defined in? This would greatly enhance usability, especially in a downtime situation to figure out why resources keep getting replaced.Why is this needed: When the resource manager creates a resource, it's unclear where it is generated from. Sometimes the resource is wrong and needs to be live patched, but it keeps getting overwritten. Finding the source is difficult because the secrets are base64 encoded.