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
Optionally, after uninstalling the {cert-manager-operator}, you can remove its related resources from your cluster.
9
+
Once you have uninstalled the {cert-manager-operator}, you have the option to eliminate its associated resources from your cluster.
10
10
11
11
.Prerequisites
12
12
@@ -17,7 +17,26 @@ Optionally, after uninstalling the {cert-manager-operator}, you can remove its r
17
17
18
18
. Log in to the {product-title} web console.
19
19
20
-
. Remove CRDs that were installed by the {cert-manager-operator}:
20
+
. Remove the deployments of the cert-manager components, such as `cert-manager`, `cainjector`, and `webhook`, present in the `cert-manager` namespace.
21
+
22
+
.. Click the *Project* drop-down menu to see a list of all available projects, and select the *cert-manager* project.
23
+
24
+
.. Navigate to *Workloads* -> *Deployments*.
25
+
26
+
.. Select the deployment that you want to delete.
27
+
28
+
.. Click the *Actions* drop-down menu, and select *Delete Deployment* to see a confirmation dialog box.
29
+
30
+
.. Click *Delete* to delete the deployment.
31
+
32
+
.. Alternatively, delete deployments of the cert-manager components such as `cert-manager`, `cainjector` and `webhook` present in the `cert-manager` namespace by using the command-line interface (CLI).
0 commit comments