-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Show more information in the UI about why Rollout gets aborted #20849
Comments
This might be a rollouts issue, if there's truly nothing else helpful in the status field. |
Let me open a Rollout issue as well then. |
Looks like the healthcheck already has
So it seems to be more of a rollout not providing enough info issue. |
Tho I'm not sure why we check for type Progressing there. |
Looks like it's how it's done
|
Here's the relevant code in Rollouts:
|
So looks like abortMessage can be missing sometimes. |
Summary
Extract information from Argo Rollout or the controller to give users more context why rollout was aborted.
Motivation
Right now if the failure happened on the step before analysis run is configured to happen, there might be no indication what went wrong, e.g. no bad events and generic message in status like
The info+ logs weren't helpful either.
Proposal
Add more information to the UI about why rollout was aborted, showing it in the Events and/or status.
The text was updated successfully, but these errors were encountered: