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
31
31
----
32
32
$ oc delete sriovibnetwork -n openshift-sriov-network-operator --all
33
33
----
34
+ +
35
+ [source,terminal]
36
+ ----
37
+ $ oc delete sriovoperatorconfigs -n openshift-sriov-network-operator --all
38
+ ----
34
39
35
40
. Follow the instructions in the "Deleting Operators from a cluster" section to remove the SR-IOV Network Operator from your cluster.
36
41
@@ -66,27 +71,9 @@ $ oc delete crd sriovnetworks.sriovnetwork.openshift.io
66
71
$ oc delete crd sriovoperatorconfigs.sriovnetwork.openshift.io
67
72
----
68
73
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
-
86
74
. Delete the SR-IOV Network Operator namespace:
87
75
+
88
76
[source,terminal]
89
77
----
90
78
$ oc delete namespace openshift-sriov-network-operator
91
- ----
92
-
79
+ ----
You can’t perform that action at this time.
0 commit comments