-
Notifications
You must be signed in to change notification settings - Fork 512
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
[ENHANCE] ArgoCD "restart" instead of starting a new rollout for blue/green. #591
Comments
Same applies for canary rollouts. If we have a long running canary, and we update a secret, only the canary gets updated. This can present itself a major problem if the Can probably fix this with a simple change to the updateRollout Callback Ill push a PR shortly |
This can be closed, once a release is cut witht he merged PR. |
@MuneebAijaz whats the release cadence for reloader ? Would love to close this issue out! |
@jangeja images tagged as |
Thank you! Will use the |
Fix released in v1.1.0 |
Is your feature request related to a problem? Please describe.
When using long-lived / manual blue/green rollouts it currently creates a new green rollout and requires time / manual intervention to make it to the blue pods. Having the option to run a "restart" would allow all pods in an existing blue/green rollout to be recreated and still maintain HA.
Describe the solution you'd like
Add an option (annotation/strategy) to run a "restart" instead of just causing an update that forces a new rollout.
Additional context
See Restarting Rollout Pods for more details.
The text was updated successfully, but these errors were encountered: