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
You can remove an imported cluster from the Platform Console and manage its associated features during removal.
15
+
From the cluster list, click the **⋮** (three-dot) menu on any cluster card to access removal options.
16
+
17
+

18
+
19
+
---
20
+
21
+
## Remove
17
22
18
-
1.**Navigate to the Cluster Overview Page:**
19
-
- Go to the [Platform Console](https://console.appscode.com).
20
-
- Click on your imported cluster to access the Cluster Overview page.
23
+
**Remove** unregisters the cluster from the Platform Console. The actual Kubernetes cluster and its workloads are left untouched.
21
24
22
-
**OR**
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:
29
+
-**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.
23
33
24
-
2.**Access Removal Options from Cluster List:**
25
-
- On the [Cluster List](https://console.appscode.com) page, locate your cluster.
26
-
- Click the three dots attached to your cluster to find the removal button.
34
+
The console streams progress until the operation completes, then redirects you to the cluster list.
27
35
28
-
3.**Remove Cluster:**
29
-
- In both instances, you will find the option to remove the cluster.
30
-
- Confirm the removal to complete the process.
36
+
---
37
+
38
+
## Delete
39
+
40
+
**Delete** permanently destroys the cluster and its underlying infrastructure. This action is irreversible and only available for clusters provisioned via Cluster API.
31
41
32
-
4.**Manage Features:**
33
-
- During the removal process, you have the option to disable features associated with the cluster.
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.
46
+
47
+
> **Warning:** Delete tears down the actual cloud infrastructure. Use Remove if you only want to unregister the cluster from the console.
34
48
35
49
---
36
50
51
+
## Quick Reference
52
+
53
+
| Action | What happens | Cluster destroyed? |
54
+
|---|---|---|
55
+
|**Remove**| Unregisters cluster from console | No |
0 commit comments