-
Notifications
You must be signed in to change notification settings - Fork 197
docs: add CLI steps for node management #1246
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
base: master
Are you sure you want to change the base?
docs: add CLI steps for node management #1246
Conversation
Signed-off-by: sushant-suse <sushant.gaurav@suse.com>
✅ Deploy Preview for longhornio ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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
This PR adds CLI documentation for managing Longhorn node and disk space usage via kubectl, complementing the existing UI-focused documentation. The additions provide command-line alternatives for users who prefer working with Custom Resources directly.
Key Changes:
- Added a new section documenting kubectl commands for viewing and managing node/disk space
- Provided examples for listing nodes, viewing disk metrics, checking schedulability, and modifying disk reserved space
- Included sample outputs and explanatory notes for the kubectl commands
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| When `ScheduledTotal` exceeds `ProvisionedLimit`, the disk becomes unschedulable and will not accept new replicas until the disk configuration or cluster settings are adjusted. | ||
|
|
||
| ## Viewing Node & Disk Space Usage via `kubectl` (CRs) |
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.
Suggest moving to Space Usage of Each Node and refine it.
Which issue(s) this PR fixes:
Issue #11228
What this PR does / why we need it:
Added CLI steps for the Snapshot Management
Special notes for your reviewer:
N/A
Additional documentation or context:
N/A