Skip to content

Commit dd15638

Browse files
authored
Merge pull request #86846 from amolnar-rh/OCPBUGS-44284
OCPBUGS-44284: Update Uninstalling SR-IOV Operator section
2 parents d617d8b + 3095182 commit dd15638

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

modules/nw-sriov-operator-uninstall.adoc

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ $ oc delete sriovnetworknodepolicy -n openshift-sriov-network-operator --all
3131
----
3232
$ oc delete sriovibnetwork -n openshift-sriov-network-operator --all
3333
----
34+
+
35+
[source,terminal]
36+
----
37+
$ oc delete sriovoperatorconfigs -n openshift-sriov-network-operator --all
38+
----
3439

3540
. Follow the instructions in the "Deleting Operators from a cluster" section to remove the SR-IOV Network Operator from your cluster.
3641

@@ -66,27 +71,9 @@ $ oc delete crd sriovnetworks.sriovnetwork.openshift.io
6671
$ oc delete crd sriovoperatorconfigs.sriovnetwork.openshift.io
6772
----
6873

69-
. Delete the SR-IOV webhooks:
70-
+
71-
[source,terminal]
72-
----
73-
$ oc delete mutatingwebhookconfigurations network-resources-injector-config
74-
----
75-
+
76-
[source,terminal]
77-
----
78-
$ oc delete MutatingWebhookConfiguration sriov-operator-webhook-config
79-
----
80-
+
81-
[source,terminal]
82-
----
83-
$ oc delete ValidatingWebhookConfiguration sriov-operator-webhook-config
84-
----
85-
8674
. Delete the SR-IOV Network Operator namespace:
8775
+
8876
[source,terminal]
8977
----
9078
$ oc delete namespace openshift-sriov-network-operator
91-
----
92-
79+
----

0 commit comments

Comments
 (0)