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
+15-76Lines changed: 15 additions & 76 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ You can remove the Vertical Pod Autoscaler Operator (VPA) from your {product-tit
10
10
11
11
[NOTE]
12
12
====
13
-
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
+
You can remove a specific VPA CR by using the `oc delete vpa <vpa-name>` command. The same actions apply for resource requests as uninstalling the vertical pod autoscaler.
14
14
====
15
15
16
-
After removing the VPA Operator, it is recommended that you remove other components associated with the Operator to avoid potential issues.
16
+
After removing the VPA Operator, it is recommended that you remove the other components associated with the Operator to avoid potential issues.
17
17
18
18
.Prerequisites
19
19
@@ -25,110 +25,49 @@ After removing the VPA Operator, it is recommended that you remove other compone
25
25
26
26
. Switch to the *openshift-vertical-pod-autoscaler* project.
27
27
28
-
. Find the *VerticalPodAutoscaler* Operator and click the Options menu. Select*Uninstall Operator*.
28
+
. For the *VerticalPodAutoscaler* Operator, click the Options menu{kebab} and select*Uninstall Operator*.
29
29
30
30
. Optional: To remove all operands associated with the Operator, in the dialog box, select *Delete all operand instances for this operator* checkbox.
31
31
32
32
. Click *Uninstall*.
33
33
34
34
. 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.
106
-
107
-
.. List any VPA cluster roles:
60
+
Deleting the CRDs removes the associated roles, cluster roles, and role bindings.
108
61
+
109
-
[source,terminal]
110
-
----
111
-
$ oc get clusterrole | grep openshift-vertical-pod-autoscaler
0 commit comments