-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Fleet] show upgrade retries #140225
Comments
Pinging @elastic/fleet (Team:Fleet) |
@michel-laterman @joshdover What would this signify to the user exactly? that we tried updating the agent but failed and now we are re-trying? i just want to make sure that we can prescribed what the user is to do if they see this status. I agree that getting stuck in "Updating" state is not helpful and we need more context - but also want to find a way to help the operator to resolve. |
After discussing with @kpollich this will be moved to a later time. |
@kpollich Should we close this in favor of https://github.com/elastic/ingest-dev/issues/1621 ? |
Yep closing in favor of the private tracking issue |
Part of the proposal for elastic/elastic-agent#778 would be to allow agents to retry certain actions (starting with the
UPGRADE
action).In #139704 we suggest adding a new
upgrade_status
attribute to the agent documents in order to show when an agent is updating, or has completed its update.When an agent is scheduled to retry an upgrade, the UI should reflect that state and show something like "retrying" instead of "updating", fleet-server will likely use the same
upgrade_status
attribute to show the upgrade state (instead of the top level agent status).The text was updated successfully, but these errors were encountered: