Skip to content

Commit 6f71c8f

Browse files
authored
Merge pull request #64780 from sabrinajess/CNV31146
CNV-31146: bug fix for uninstalling virt
2 parents f82d729 + 0583ed1 commit 6f71c8f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

modules/virt-deleting-virt-cli.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ $ oc delete subscription kubevirt-hyperconverged -n {CNVNamespace}
3737
$ oc delete csv -n openshift-cnv -l operators.coreos.com/kubevirt-hyperconverged.{CNVNamespace}
3838
----
3939

40+
. Delete the {VirtProductName} namespace:
41+
+
42+
[source,terminal]
43+
----
44+
$ oc delete namespace openshift-cnv
45+
----
46+
4047
. List the {VirtProductName} custom resource definitions (CRDs) by running the `oc delete crd` command with the `dry-run` option:
4148
+
4249
[source,terminal,subs="attributes+"]

modules/virt-installing-virt-operator.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ You can deploy the {VirtProductName} Operator by using the {product-title} web c
1717

1818
. From the *Administrator* perspective, click *Operators* -> *OperatorHub*.
1919

20-
. In the *Filter by keyword* field, type *{CNVOperatorDisplayName}*.
20+
. In the *Filter by keyword* field, type *Virtualization*.
2121

22-
. Select the *{CNVOperatorDisplayName}* tile.
22+
. Select the *{CNVOperatorDisplayName}* tile with the *Red Hat* source label.
2323

2424
. Read the information about the Operator and click *Install*.
2525

0 commit comments

Comments
 (0)