-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will progressive sync controller support multi environment environment promotion? #141
Comments
Hey @surmabck sorry for the late reply but I missed the notification. I think we will be able to support your use case out-of-the-box. Imagine that you have all your clusters in ArgoCD and you have labelled them with Then if you write a ProgressiveSync similar to
This will update the 2 dev clusters in parallel. If they are successful it will then move to the preprod ones and finally it will sync the 2 prod ones but one at the time. If any of the stage fails the ProgressiveSync will stop. |
Hey @maruina, I think you may close the issue now. |
Yes, there is a lot of work we still need to do here :) |
interesting that it would manage both progressive rollout and promotion. |
Hi Team, you are doing awesome job here!
I've opened this issue to ask you a question whether you are planning to support following environment promotion scenario:
App is running in multiple clusters per environment (let's say 2 dev, 2 preprod, 2 prod)
Once there is an update to the app that should be rolled into those clusters:
The text was updated successfully, but these errors were encountered: