finding the argocd server which manages a certain resource #19531
Replies: 2 comments 1 reply
-
The answer is probably "no". The next best thing you could do for the future is to use different tracking labels for different Argo CD instances. For example, you could put this into your
It is probably not a good idea to change this for existing clusters... Of course, this only works if you didn't change |
Beta Was this translation helpful? Give feedback.
-
With ArgoCD 2.13 you can now configure an https://argo-cd.readthedocs.io/en/release-2.13/user-guide/resource_tracking/#installation-id |
Beta Was this translation helpful? Give feedback.
-
Is there a way for me to find out which argocd instance is responsible for a certain resource in a certain k8s repo?
Lets say I have 3 different argocd instances A, B, and C which control 3 different target clusters X, Y, and Z. I am now trying to debug a certain k8s resource in cluster Y and I would like to know which one of my argocd instances manages that cluster.
Is that information saved somewhere in the target clusters?
Thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions