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:
@@ -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+"]
|
||||
|
||||
@@ -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*.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user