We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add rollout rollback support from ArgoCD
This will be used to enable rollback button in rollout-extension to fix this issue
Proposed Solution:
Set a flag in Argo rollout resource status.
status: undo: revision: 1
The argo rollouts controller understands when this status.undo.revision is set, and rollbacks to the given revision number.
For example, the promote full functionality was implemented in this PR feat(controller): add full rollout promotion (skip analysis, pause, steps) #828
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:
No branches or pull requests
Summary
Add rollout rollback support from ArgoCD
Use Cases
This will be used to enable rollback button in rollout-extension to fix this issue
Proposed Solution:
Set a flag in Argo rollout resource status.
The argo rollouts controller understands when this status.undo.revision is set, and rollbacks to the given revision number.
For example, the promote full functionality was implemented in this PR feat(controller): add full rollout promotion (skip analysis, pause, steps) #828
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: