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/enterprise/delete-admin-console.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,14 @@
1
1
# Deleting the Admin Console and Removing Applications
2
2
3
-
This topic describes how to remove installed applications and delete the Replicated Admin Console from a cluster.
3
+
This topic describes how to remove installed applications and delete the Replicated KOTS Admin Console. The information in this topic applies to existing cluster installations with KOTS.
4
4
5
5
## Remove an Application
6
6
7
-
This section describes how to remove an application instance that was installed with KOTS in an existing cluster.
8
-
9
-
### About Removing an Installed Application Instance
10
-
11
7
The Replicated KOTS CLI `kots remove` command removes the reference to an installed application from the Admin Console. When you use `kots remove`, the Admin Console no longer manages the application because the record of that application’s installation is removed. This means that you can no longer manage the application through the Admin Console or through the KOTS CLI.
12
8
13
9
By default, `kots remove` does not delete any of the installed Kubernetes resources for the application from the cluster. To remove both the reference to an application from the Admin Console and remove any resources for the application from the cluster, you can run `kots remove` with the `--undeploy` flag.
14
10
15
11
It can be useful to remove only the reference to an application from the Admin Console if you want to reinstall the application, but you do not want to recreate the namespace or other Kubernetes resources. For example, if you installed an application using an incorrect license file and need to reinstall with the correct license.
16
-
17
-
### Procedure
18
12
19
13
To remove an application:
20
14
@@ -50,10 +44,6 @@ To remove an application:
50
44
51
45
## Delete the Admin Console
52
46
53
-
This section describes how to remove the KOTS Admin Console from an existing cluster.
54
-
55
-
### About Deleting the Admin Console from an Existing Cluster
56
-
57
47
When you install an application, KOTS creates the Kubernetes resources for the Admin Console itself on the cluster. The Admin Console includes Deployments and Services, Secrets, and other resources such as StatefulSets and PersistentVolumeClaims.
58
48
59
49
By default, KOTS also creates Kubernetes ClusterRole and ClusterRoleBinding resources that grant permissions to the Admin Console on the cluster level. These `kotsadm-role` and `kotsadm-rolebinding` resources are managed outside of the namespace where the Admin Console is installed. Alternatively, when the Admin Console is installed with namespace-scoped access, KOTS creates Role and RoleBinding resources inside the namespace where the Admin Console is installed.
@@ -64,8 +54,6 @@ If you installed the Admin Console with namespace-scoped access, then the Admin
64
54
65
55
For more information about installing with cluster- or namespace-scoped access, see [RBAC Requirements](/enterprise/installing-general-requirements#rbac-requirements) in _Installation Requirements_.
66
56
67
-
### Procedure
68
-
69
57
To completely delete the Admin Console from an existing cluster:
70
58
71
59
1. Run the following command to delete the namespace where the Admin Console is installed:
0 commit comments