-
Notifications
You must be signed in to change notification settings - Fork 50
Description
Is your feature request related to a problem? Please describe.
The live resource view will only retrieve resources that are deemed to be managed by Argo CD. In order to make a decision whether a resource is managed by Argo CD, the agent
- looks at the resource tracking information on the requested resource or
- if no tracking information is found, tries to resolve owner references to a resource with tracking information
Right now, only the default resource tracking labels/annotations are being considered.
Describe the solution you'd like
The agent should inspect the underlying Argo CD installation to figure out which resource tracking method (label, annotation) is being used and use that information for determining whether a resource is actually managed by the Argo CD instance or not. It should take into account the method, and the actual name of the label or annotation used.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.