File tree Expand file tree Collapse file tree 1 file changed +6
-19
lines changed Expand file tree Collapse file tree 1 file changed +6
-19
lines changed Original file line number Diff line number Diff 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+ ----
You can’t perform that action at this time.
0 commit comments