-
Bug
-
Resolution: Done
-
Minor
-
None
-
4.12, 4.11, 4.10, 4.9
-
None
-
Quality / Stability / Reliability
-
False
-
-
3
-
Moderate
-
None
-
None
-
None
-
OSDOCS Sprint 228, OSDOCS Sprint 229, OSDOCS Sprint 230
-
3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
VPA uninstall instructions CLI steps have too many steps and the steps are difficult to perform properly.
I think that the optional step 6 (parts a-h) under https://docs.openshift.com/container-platform/4.11/nodes/pods/nodes-pods-vertical-autoscaler.html#nodes-pods-vertical-autoscaler-uninstall_nodes-pods-vertical-autoscaler should be replaced with something like this:
a. Remove all VPA components
oc delete ns openshift-vertical-pod-autoscaler
b. Remove custom resources and CRDs related to the VPA. Note: this step will cause all user-created VPA objects to be removed from the cluster and any such objects would need to be recreated after a VPA reinstall.
oc delete crd verticalpodautoscalercheckpoints.autoscaling.k8s.io
oc delete crd verticalpodautoscalercontrollers.autoscaling.openshift.io
oc delete crd verticalpodautoscalers.autoscaling.k8s.io
- is related to
-
OCPBUGS-1711 [RHOCP4.10] VPA uninstall doesn't work as per document
-
- Closed
-
- links to