1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Merge pull request #65313 from openshift-cherrypick-robot/cherry-pick-64780-to-enterprise-4.14

[enterprise-4.14] CNV-31146: bug fix for uninstalling virt
This commit is contained in:
Michael Burke
2023-09-27 13:32:31 -04:00
committed by GitHub
2 changed files with 9 additions and 2 deletions

View File

@@ -37,6 +37,13 @@ $ oc delete subscription kubevirt-hyperconverged -n {CNVNamespace}
$ oc delete csv -n openshift-cnv -l operators.coreos.com/kubevirt-hyperconverged.{CNVNamespace}
----
. Delete the {VirtProductName} namespace:
+
[source,terminal]
----
$ oc delete namespace openshift-cnv
----
. List the {VirtProductName} custom resource definitions (CRDs) by running the `oc delete crd` command with the `dry-run` option:
+
[source,terminal,subs="attributes+"]

View File

@@ -17,9 +17,9 @@ You can deploy the {VirtProductName} Operator by using the {product-title} web c
. From the *Administrator* perspective, click *Operators* -> *OperatorHub*.
. In the *Filter by keyword* field, type *{CNVOperatorDisplayName}*.
. In the *Filter by keyword* field, type *Virtualization*.
. Select the *{CNVOperatorDisplayName}* tile.
. Select the *{CNVOperatorDisplayName}* tile with the *Red Hat* source label.
. Read the information about the Operator and click *Install*.