Skip to content

Commit 937a610

Browse files
done
Signed-off-by: Sourav Roy <souravroy@appscode.com>
1 parent 826250e commit 937a610

5 files changed

Lines changed: 17 additions & 18 deletions

File tree

83.6 KB
Loading
86 KB
Loading
83.6 KB
Loading
86 KB
Loading

docs/platform/guides/cluster-management/remove-cluster.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,45 +12,44 @@ section_menu_id: guides
1212

1313
# Remove / Delete Cluster
1414

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**.
1616

1717
![Cluster options menu showing KubeConfig, Remove, and Delete actions](images/remove-cluster/cluster-options-menu.png)
1818

1919
---
2020

2121
## Remove
2222

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.
2424

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:
2928
- **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**.
3331

34-
The console streams progress until the operation completes, then redirects you to the cluster list.
32+
![Remove Cluster modal with optional checkboxes for Remove FluxCD and Remove All Features](images/remove-cluster/remove-cluster-modal.png)
3533

3634
---
3735

3836
## Delete
3937

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.
4139

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**.
4643

47-
> **Warning:** Delete tears down the actual cloud infrastructure. Use Remove if you only want to unregister the cluster from the console.
44+
![Delete Cluster modal asking for confirmation with Yes, Delete button](images/remove-cluster/delete-cluster-modal.png)
45+
46+
> **Warning:** Delete tears down the actual infrastructure. Use **Remove** if you only want to unregister the cluster from the UI.
4847
4948
---
5049

5150
## Quick Reference
5251

5352
| Action | What happens | Cluster destroyed? |
5453
|---|---|---|
55-
| **Remove** | Unregisters cluster from console | No |
56-
| **Delete** | Destroys cluster + cloud infrastructure | Yes |
54+
| **Remove** | Unregisters cluster from Cluster UI | No |
55+
| **Delete** | Destroys cluster + infrastructure | Yes |

0 commit comments

Comments
 (0)