-
-
Notifications
You must be signed in to change notification settings - Fork 5
docs: add cluster update command to README and docs index #2155
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
docs: add cluster update command to README and docs index #2155
Conversation
- Add ksail cluster update to main usage workflow in README.md - Add ksail cluster update to Quick Start section in docs/index.mdx - Ensures consistency with features.mdx and copilot-instructions.md - References feature introduced in v5.30.0 (#2041) The cluster update command was documented in features.mdx and copilot-instructions.md but was missing from the README and docs homepage, causing documentation inconsistency.
✅
|
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.
Pull request overview
Adds ksail cluster update to the primary “happy path” workflows shown to users (GitHub README and docs homepage), aligning the quick-start lifecycle steps with the already-existing reference documentation for the command.
Changes:
- Add a “Update cluster configuration” step to the README usage workflow.
- Add the same step to the docs homepage Quick Start workflow.
- Renumber the subsequent “Connect with K9s” step accordingly.
Reviewed changes
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Adds ksail cluster update to the main usage workflow so the GitHub landing page reflects the full cluster lifecycle. |
| docs/src/content/docs/index.mdx | Updates the documentation homepage Quick Start workflow to include ksail cluster update and renumbers steps. |

Summary
Adds the
ksail cluster updatecommand to the main usage workflows in bothREADME.mdanddocs/src/content/docs/index.mdxto ensure documentation consistency across all files.Changes
ksail cluster updateto README.md usage section (step 5)ksail cluster updateto docs/index.mdx Quick Start section (step 5)Context
The
cluster updatecommand was introduced in v5.30.0 (#2041) and was already documented in:docs/src/content/docs/features.mdx(command table).github/copilot-instructions.md(CLI reference)docs/src/content/docs/cli-flags/cluster/cluster-update.mdx(auto-generated)However, it was missing from the main usage workflows shown to users in:
README.md(GitHub landing page)docs/src/content/docs/index.mdx(documentation homepage)This PR closes the documentation gap by adding the cluster update command to both locations, ensuring users see the complete cluster lifecycle workflow.
Related
ksail cluster updatecommand with config diff detection and node scaling #2041