From 5794f03c7118de23af56daabd2c2295ae9b17f7a Mon Sep 17 00:00:00 2001 From: Sabrina Jess Date: Fri, 15 Sep 2023 09:42:17 -0400 Subject: [PATCH] fix --- modules/virt-deleting-virt-cli.adoc | 7 +++++++ modules/virt-installing-virt-operator.adoc | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/modules/virt-deleting-virt-cli.adoc b/modules/virt-deleting-virt-cli.adoc index 8a498155a8..5e8d51a383 100644 --- a/modules/virt-deleting-virt-cli.adoc +++ b/modules/virt-deleting-virt-cli.adoc @@ -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+"] diff --git a/modules/virt-installing-virt-operator.adoc b/modules/virt-installing-virt-operator.adoc index 5ba3e712df..6a60f99bbd 100644 --- a/modules/virt-installing-virt-operator.adoc +++ b/modules/virt-installing-virt-operator.adoc @@ -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*.