How do I find out what exactly caused the "OutOfSync" status? #22430
Unanswered
paulblum00
asked this question in
Q&A
Replies: 2 comments
-
|
I usually just disable autosync for a while and then watch the diff in the UI. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
So I have a problem with our Kafka restarting once everyday. I already found out that the problem is the ArgoCD application becoming out of sync, then syncing and thus restarting the deployment. It is probably related to this issue and I wanted to fix it my making ArgoCD ignore changes in the relevant resources, but wasn't yet able to succeed.
So basically I want to find out what exactly triggered the reported "OutOfSync". I enabled Debug-Level logging. In the logs I see entries like
"Initiated automated sync to '30.0.5'" app-namespace=argocd app-qualified-name=argocd/messaging application=messaging project=default"Updated sync status: Synced -> OutOfSync" application=messaging dest-namespace=messaging dest-server="https://kubernetes.default.svc" reason=ResourceUpdated type=Normalbut in none of those I can find the actual diff, or at least the name of the resource, which became out of sync. Any help? Am I overseeing something in the logs?
Beta Was this translation helpful? Give feedback.
All reactions