You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently changed my main ApplicationSet's spec.template.spec.syncPolicy.syncOptions to add ServerSideApply=true. After it synced, every Application that contains a StatefulSet is showing OutOfSync. Here's an example of one Application's status.resources:
- group: appshealth:
message: 'partitioned roll out complete: 1 new pods have been updated...'status: Healthykind: StatefulSetname: postgresnamespace: postgresstatus: OutOfSyncversion: v1
The StatefulSet itself thinks it's healthy. And before I changed ServerSideApply, ArgoCD thought it was healthy and in-sync also. Now suddenly it thinks it's not. I've tried some tricks like force syncing, but it doesn't change the behavior.
Also, argocd app diff shows no diff. (I'm using argocd core, so I only have CLI access to view diffs.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I recently changed my main ApplicationSet's
spec.template.spec.syncPolicy.syncOptions
to addServerSideApply=true
. After it synced, every Application that contains a StatefulSet is showing OutOfSync. Here's an example of one Application'sstatus.resources
:The StatefulSet itself thinks it's healthy. And before I changed ServerSideApply, ArgoCD thought it was healthy and in-sync also. Now suddenly it thinks it's not. I've tried some tricks like force syncing, but it doesn't change the behavior.
Also,
argocd app diff
shows no diff. (I'm using argocd core, so I only have CLI access to view diffs.)Here's the
status
of the StatefulSet above:Any idea what's going on here? How does ServerSideApply change ArgoCD's understanding of whether the StatefulSet is synced?
Beta Was this translation helpful? Give feedback.
All reactions