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: modules/nodes-pods-vertical-autoscaler-uninstall.adoc
+105-1Lines changed: 105 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,15 @@ You can remove the Vertical Pod Autoscaler Operator (VPA) from your {product-tit
12
12
You can remove a specific VPA using the `oc delete vpa <vpa-name>` command. The same actions apply for resource requests as uninstalling the vertical pod autoscaler.
13
13
====
14
14
15
+
After removing the VPA Operator, it is recommended that you remove other components associated with the Operator to avoid potential issues.
16
+
15
17
.Prerequisites
16
18
17
19
* The Vertical Pod Autoscaler Operator must be installed.
18
20
19
21
.Procedure
20
22
21
-
. In the {product-title} web console, click *Operators* → *Installed Operators*.
23
+
. In the {product-title} web console, click *Operators* -> *Installed Operators*.
22
24
23
25
. Switch to the *openshift-vertical-pod-autoscaler* project.
24
26
@@ -27,3 +29,105 @@ You can remove a specific VPA using the `oc delete vpa <vpa-name>` command. The
27
29
. Optional: To remove all operands associated with the Operator, in the dialog box, select *Delete all operand instances for this operator* checkbox.
28
30
29
31
. Click *Uninstall*.
32
+
33
+
. Optional: Use the OpenShift CLI to remove the VPA components:
Deleting the CRDs removes the associated roles, cluster roles, and role bindings. However, there might be a few cluster roles that must be manually deleted.
105
+
106
+
.. List any VPA cluster roles:
107
+
+
108
+
[source,terminal]
109
+
----
110
+
$ oc get clusterrole | grep openshift-vertical-pod-autoscaler
0 commit comments