-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add restrictions to agent upgrade docs #971
Conversation
A documentation preview will be available soon. Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
@elasticmachine run docs-build rebuild |
@elasticmachine merge upstream |
* To be upgradeable, {agent} must not be running inside a container. | ||
* To be upgradeable in a Linux environment, {agent} must be running as a service. The Linux Tar install instructions for {agent} provided in {fleet} include the commands to run it as a service. {agent} RPM and DEB system packages cannot be upgraded through {fleet}. | ||
|
||
These restrictions apply whether you are upgrading {agents} individually or in bulk. In the event that an upgrade isn't elligible, {fleet} generates a warning message when you attempt the upgrade. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: elligible
instead of eligible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops! It seems I can't spell. :-)
This is fixed in fff169f
Thanks for the quick PR @kilfoyle! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
@elasticmachine run docs-build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Add restrictions to agent upgrade docs * Fix spelling of 'eligible' (cherry picked from commit 7cf7c2d)
* Add restrictions to agent upgrade docs * Fix spelling of 'eligible' (cherry picked from commit 7cf7c2d) Co-authored-by: David Kilfoyle <[email protected]>
This updates the Upgrade Fleet-managed Elastic Agents page with a few restrictions about when upgrades are eligible.
@criamico Please let me know if if I've missed anything.
Closes: #966