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
Copy file name to clipboardExpand all lines: docs/platform/guides/cluster-management/remove-cluster.md
+17-18Lines changed: 17 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,45 +12,44 @@ section_menu_id: guides
12
12
13
13
# Remove / Delete Cluster
14
14
15
-
From the cluster list, click the **⋮** (three-dot) menu on any cluster card to access removal options.
15
+
From the cluster list, click the **⋮** (three-dot) menu on any cluster card to access two actions: **Remove** and **Delete**.
16
16
17
17

18
18
19
19
---
20
20
21
21
## Remove
22
22
23
-
**Remove** unregisters the cluster from the Platform Console. The actual Kubernetes cluster and its workloads are left untouched.
23
+
**Remove** unregisters the cluster from the Cluster UI. The actual Kubernetes cluster and its workloads are left untouched.
24
24
25
-
1. Go to the [Platform Console](https://console.appscode.com) cluster list.
26
-
2. Click **⋮** on your cluster card.
27
-
3. Click **Remove**.
28
-
4. In the confirmation modal, optionally check any cleanup actions you want to run before removal:
25
+
1. Click **⋮** on your cluster card.
26
+
2. Click **Remove**.
27
+
3. A confirmation modal opens. Optionally check any cleanup actions to run before removal:
29
28
-**Remove FluxCD** — uninstalls FluxCD from the cluster.
30
-
-**Remove All Features** — uninstalls all ACE feature-sets from the cluster.
31
-
-**Remove Spoke Components** — only shown if this cluster is a spoke.
32
-
5. Click **Yes, Remove** to confirm.
29
+
-**Remove All Features** — uninstalls all installed feature-sets from the cluster.
30
+
4. Click **Yes, Remove**.
33
31
34
-
The console streams progress until the operation completes, then redirects you to the cluster list.
32
+

35
33
36
34
---
37
35
38
36
## Delete
39
37
40
-
**Delete** permanently destroys the cluster and its underlying infrastructure. This action is irreversible and only available for clusters provisioned via Cluster API.
38
+
**Delete** permanently destroys the cluster and its underlying infrastructure. This action is irreversible.
41
39
42
-
1. Go to the [Platform Console](https://console.appscode.com) cluster list.
43
-
2. Click **⋮** on your cluster card.
44
-
3. Click **Delete**.
45
-
4. Confirm in the modal.
40
+
1. Click **⋮** on your cluster card.
41
+
2. Click **Delete**.
42
+
3. Confirm in the modal by clicking **Yes, Delete**.
46
43
47
-
> **Warning:** Delete tears down the actual cloud infrastructure. Use Remove if you only want to unregister the cluster from the console.
44
+

45
+
46
+
> **Warning:** Delete tears down the actual infrastructure. Use **Remove** if you only want to unregister the cluster from the UI.
48
47
49
48
---
50
49
51
50
## Quick Reference
52
51
53
52
| Action | What happens | Cluster destroyed? |
54
53
|---|---|---|
55
-
|**Remove**| Unregisters cluster from console| No |
0 commit comments