Argocd AppofApps Out of sync #9521
saikumar13
started this conversation in
General
Replies: 1 comment
-
Hi @saikumar13 , you should be able to examine the Applications within the Argo CD UI to determine the specific differences between what is defined in Git, and what is defined on the actual cluster. In general, when Applications report as out of sync, and there were no changes to the Git repository, it is due to changes to the K8s cluster resources themselves. Examining the diffs should tell you what changed. More information on Argo CD Diffing is here. One option is to enable selfHeal on the Application, which will cause Argo CD to attempt to "fix" any deviation of those resources from what is defined in Git. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone !
I am facing issue with argocd app of apps though we are maintaining separate repos for each application component and we have defined separate argocd application object as well initially it shows all the applications are in sync but intermittently few components/apps reporting out of sync even though there is no changes were made to the repo.
Could you please suggest on this.
Beta Was this translation helpful? Give feedback.
All reactions