Skip to content

Live resource view should take resource tracking configuration into account #479

@jannfis

Description

@jannfis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions