-
Notifications
You must be signed in to change notification settings - Fork 144
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
Auto-retry upgrades on the edge #778
Comments
Depending on the scope of change required for this, we should consider backporting this to the 8.4 release branch. |
Few notes concerning this features that would need to be considered:
Questions:
|
@michel-laterman Could you please let us know where you are at with this issue? Is see a couple of open/draft/stale PR. Anything we can do to unblock you? |
Still in progress, I was working on bug fixes last week. I still need to do a couple minor updates before marking them for review |
@michel-laterman - Can this be closed now that #1219 has landed, or is there more work to do here? |
@michel-laterman Any news on this? |
The only thing missing is to have the fleet-ui reflect the change |
@michel-laterman @kpollich closing this one as completed and we will rather follow up with the kibana related issue: elastic/kibana#140225 |
Describe the enhancement:
An agent upgrade command needs some form of retry mechanism as discussed in #752
This retry mechanism should work for scheduled actions (may retry within the upgrade window), and other actions (given a default time frame or number of attempts).
The action queue may need to be (re) used for this.
Describe a specific use case for the enhancement or feature:
An upgrade may fail due to temporary network issues. In this case we would expect the upgrade to try again later and succeed.
Currently the upgrade process will remove all non-current version artifacts from the downloads directory when starting the upgrade process; so this may redownload a (verified) artifact
The text was updated successfully, but these errors were encountered: