docs(sensors): document upgrade_core command and uninstall --native flag#305
Merged
Merged
Conversation
Both use the sensor's native (collector_35) lifecycle procedures, which require sensor version 5.3.3 or later; older sensors silently drop the requests. - endpoint-commands: add upgrade_core to the command table, add full reference entries for uninstall and upgrade_core - uninstallation: explain native vs legacy uninstall, the 5.3.3 requirement, and --msi precedence over --native - service-upgrades: add the cloud-triggered upgrade_core (beta) procedure with --beta/--force/--version flags Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the two new sensor lifecycle commands added in legion_tasking-go. Both route to the sensor's native (collector_35) lifecycle procedures introduced in sensor release v5.3.3 — sensors on older versions silently drop the requests.
docs/8-reference/endpoint-commands.md: addedupgrade_coreto the supported-commands table and wrote full reference entries foruninstall(--is-confirmed,--msi,--native) andupgrade_core(--beta,--force,--version), each with the 5.3.3 version note and usage examples.docs/2-sensors-deployment/endpoint-agent/uninstallation.md: new "Native vs Legacy Uninstall" subsection — the default remains the legacy shell-based procedure (works on every sensor version),--nativeopts into the sensor's built-in uninstall (5.3.3+), and--msitakes precedence over--nativesince the native path does not unregister the MSI product.docs/2-sensors-deployment/endpoint-agent/service-upgrades.md: new "Upgrade from the Cloud with theupgrade_coreCommand (Beta)" section — the sensor downloads, verifies, and installs the release itself with automatic rollback;--betais strictly required, with optional--forceand--version(downgrades allowed).Markdownlint passes on all three files.
🤖 Generated with Claude Code