Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCPBUGS-44284: Update Uninstalling SR-IOV Operator section #86846

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 6 additions & 19 deletions modules/nw-sriov-operator-uninstall.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ $ oc delete sriovnetworknodepolicy -n openshift-sriov-network-operator --all
----
$ oc delete sriovibnetwork -n openshift-sriov-network-operator --all
----
+
[source,terminal]
----
$ oc delete sriovoperatorconfigs -n openshift-sriov-network-operator --all
----

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

Expand Down Expand Up @@ -66,27 +71,9 @@ $ oc delete crd sriovnetworks.sriovnetwork.openshift.io
$ oc delete crd sriovoperatorconfigs.sriovnetwork.openshift.io
----

. Delete the SR-IOV webhooks:
+
[source,terminal]
----
$ oc delete mutatingwebhookconfigurations network-resources-injector-config
----
+
[source,terminal]
----
$ oc delete MutatingWebhookConfiguration sriov-operator-webhook-config
----
+
[source,terminal]
----
$ oc delete ValidatingWebhookConfiguration sriov-operator-webhook-config
----

. Delete the SR-IOV Network Operator namespace:
+
[source,terminal]
----
$ oc delete namespace openshift-sriov-network-operator
----

----