Enhance reset command documentation for Embedded Cluster#3854
Enhance reset command documentation for Embedded Cluster#3854paigecalvert merged 3 commits intomainfrom
Conversation
Added detailed steps and safety checks for the reset command in Embedded Cluster documentation.
✅ Deploy Preview for replicated-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for replicated-docs-upgrade ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
paigecalvert
left a comment
There was a problem hiding this comment.
@jmboby great addition, thank you!
I made some edits mostly just to reorg the info into subsections. I also added a couple technical questions for you
|
@paigecalvert your structure changes read much better, thanks |
| :::note | ||
| Pass the `--no-prompt` flag to disable interactive prompts. Pass the `--force` flag to ignore any errors encountered during the reset. | ||
| ::: | ||
| ### Remove a Multi-Node Cluster |
There was a problem hiding this comment.
Added a separate heading that walks through the steps to remove an entire multi-node cluster (ie, remove worker nodes first, then controllers)
|
@jmboby I pushed some changes based on our convo yesterday. let me know what you think :) |
|
@paigecalvert that reads perfectly and the layout is nice and clear! (to me at least) |
Added detailed steps and safety checks for the reset command in Embedded Cluster documentation.