-
Notifications
You must be signed in to change notification settings - Fork 867
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
Dashboard should allow promote/promote-full at any time #1581
Labels
Comments
Yes, this seems reasonable. Promote and promote-full should be available anytime during an update (but not when fully rollouted out at a steady state). For reference, here is when Argo CD presents them as options (resume is similar to promote in the UI). |
bpoland
added a commit
to bpoland/argo-rollouts
that referenced
this issue
Nov 24, 2021
- keep promote and abort buttons enabled while deploying - disable them at all other times - also, only enable retry button when Rollout is degraded Fixes argoproj#1581
bpoland
added a commit
to bpoland/argo-rollouts
that referenced
this issue
Nov 24, 2021
- keep promote and abort buttons enabled while deploying - disable them at all other times - also, only enable retry button when Rollout is degraded Fixes argoproj#1581 Signed-off-by: Ben Poland <[email protected]>
bpoland
added a commit
to bpoland/argo-rollouts
that referenced
this issue
Nov 24, 2021
- keep promote and abort buttons enabled while deploying - disable them at all other times - also, only enable retry button when Rollout is degraded Fixes argoproj#1581 Signed-off-by: Ben Poland <[email protected]>
6 tasks
alexmt
pushed a commit
that referenced
this issue
Jan 4, 2022
- keep promote and abort buttons enabled while deploying - disable them at all other times - also, only enable retry button when Rollout is degraded Fixes #1581 Signed-off-by: Ben Poland <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Currently the rollout dashboard disables the promote and promote-full buttons at certain points (seems to be when scaling canary/setting weight requires pods to be started and become ready). The CLI options do not have this restriction, so I think the dashboard should also allow promoting at any time.
Use Cases
When I want to promote/promote-full while pods are starting
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: