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*.