Skip to content

Commit 1c48896

Browse files
authored
Merge pull request #71639 from mburke5678/ocpbugs-16709-delete-vpa-webhook
OCPBUGS16709 oc delete MutatingWebhookConfiguration vpa-webhook-config
2 parents 9aecf32 + c4164e6 commit 1c48896

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/nodes-pods-vertical-autoscaler-uninstall.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ Deleting the CRDs removes the associated roles, cluster roles, and role bindings
6464
This action removes from the cluster all user-created VPA CRs. If you re-install the VPA, you must create these objects again.
6565
====
6666

67+
.. Delete the `MutatingWebhookConfiguration` object by running the following command:
68+
+
69+
[source,terminal]
70+
----
71+
$ oc delete MutatingWebhookConfiguration vpa-webhook-config
72+
----
73+
6774
.. Delete the VPA Operator:
6875
+
6976
[source,terminal]

0 commit comments

Comments
 (0)