-
Notifications
You must be signed in to change notification settings - Fork 880
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
Rollback a canary deployment when using workoadRef #1254
Comments
Hi, @sltet , should |
Here is the current state: rollout undo first attempt:
rollout undo second attempt:
Notes:
|
@sltet , thanks for your help. Are you saying the cli rollback is working, while the dashboard doesn't? |
@huikang none of them are working. The cli rollback pretend to work by giving an OK message ( |
Confirmed. I will look into this issue. |
So I think the root cause is that during forward update, the Will send a PR to fix it. |
I think we need to rethink what the Currently, it doesn't make sense when using workloadRef, because what has to happen is for the referenced object needs to be reverted, and the Rollout spec wouldn't actually change. I think the correct approach is: when user performs |
Summary
I'm trying to do a rollback using argo-rollouts and the workloadRef functionality but it seems broken.
here is my rollout:
here is the deployment:
When i try to rollback using the cli, nothing still happens in the cluster even when i get an Ok message:
When i try rollback using the dashboard this is the error i get:
Diagnostics
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: