Does self heal work while argocd is performing a sync #17439
Unanswered
SarthakNarayan
asked this question in
Q&A
Replies: 1 comment
-
|
I tested this today and to me it looked like auto-heal changed the replicas back immediately. I set up a preSync hook that ran It could have been that they sync was just very fast though. |
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 microservices application and I am using argocd for GitOps. My application has a specific upgrade procedure that uses sync waves and requires one of the pods to be shut down. But I am afraid if I try to scale the replica count to 0 argocd will bring it back to the desired count and break the update procedure.
Are there any work arounds for this? I don't want to turn self heal off and on just for the upgrade process.
Beta Was this translation helpful? Give feedback.
All reactions