Skip to content

Commit a773b0a

Browse files
docs(cleanup): update cleanup.md for command actions and notes (#76)
Clarify actions performed by the 'solo one-shot single destroy' command and correct the note regarding Kind cluster deletion. Signed-off-by: Pranali Deshmukh <pranali.deshmukh@swirldslabs.com>
1 parent 5f509d9 commit a773b0a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

content/en/docs/simple-solo-setup/cleanup.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ solo one-shot single destroy
3333

3434
This command performs the following actions:
3535

36-
- Removes all deployed pods and services in the Solo namespace..
37-
- Cleans up the Kubernetes namespace, which also removes associated PVCs when namespace deletion completes successfully.
38-
- Deletes the Kind cluster.
39-
- Updates Solo's internal state.
40-
41-
> **Note:** `solo one-shot single destroy` does **not** delete the underlying Kind cluster. If you created a Solo network on a local Kind cluster, the cluster remains until you delete it manually.
36+
- Uninstalls all component Helm releases (consensus, mirror, relay, explorer).
37+
- Removes the Solo cluster chart and disconnects the cluster reference.
38+
- Deletes the deployment from Solo's local configuration and clears the cache.
39+
- Does NOT delete the Kind cluster - the cluster persists after destroy.
4240

4341
### Failure modes and rerunning destroy
4442

0 commit comments

Comments
 (0)