Add the KB about how to delete a node - #114
Conversation
✅ Deploy Preview for harvester-home-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
ee3d28a to
49cdb59
Compare
af0c4ec to
a29194c
Compare
There was a problem hiding this comment.
Pull request overview
Adds a new Knowledge Base (KB) article documenting a safe, step-by-step procedure for deleting a single Harvester node, expanding on the existing host documentation by covering CAPI Machine cleanup, RKE2 uninstall, and control-plane/etcd leadership considerations.
Changes:
- Introduces a new KB guide: “How To Delete One Harvester Node”.
- Documents control-plane node removal precautions (quorum and etcd leader transfer).
- Provides an end-to-end removal flow (cordon/drain → rke2 uninstall → delete CAPI Machine → delete Kubernetes Node → disk cleanup), with screenshots.
Suppressed comments (1)
kb/2026-08-05/how_to_delete_one_node.md:275
- The example command is currently written as a blockquote (
>prefixes) inside the warning admonition, which can break copy/paste formatting. Use a normal code block (no>prefixes).
> ```bash
> # Example: Clear filesystem and partition signatures on the primary drive
> wipefs -a /dev/sdX
> ```
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
26284ee to
971da63
Compare
Signed-off-by: Jian Wang <jian.wang@suse.com>
|  | ||
|
|
||
|
|
||
| ## Remove the Machine Object |
There was a problem hiding this comment.
deleting the node should clean up the machine object.
do we want to change the doc to ask users to delete node first and then clean up machine object if one still exists after node deletion?
There was a problem hiding this comment.
Thanks.
After multi tests via harvester/harvester#11349 (comment), the machine object is effectively removed by node deletion automatically, but fleet-agent deployment could cause issues on some cases.
Both #114 and harvester/docs#1108 are updated accordingly. Please take a new look.
fd716b9 to
3c41bea
Compare
Signed-off-by: Jian Wang <jian.wang@suse.com>
|
PR is ready for review, thanks. |
Problem:
https://docs.harvesterhci.io/v1.8/host/#7-remove-the-node has some missing details, and also not the best fit to add everything there.
Solution:
Add a KB.
Related Issue(s):
harvester/harvester#11349
Test plan:
Additional documentation or context