You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: content/en/docs/simple-solo-setup/cleanup.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,10 @@ solo one-shot single destroy
33
33
34
34
This command performs the following actions:
35
35
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.
0 commit comments