From 58f8e3e213a0d62ea66226d20c0f2e3054fb32e7 Mon Sep 17 00:00:00 2001 From: Ashleigh Brennan Date: Mon, 27 Oct 2025 11:51:16 -0500 Subject: [PATCH] CNV-70900: Make subscription name consistent rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED --- modules/virt-deleting-virt-cli.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/virt-deleting-virt-cli.adoc b/modules/virt-deleting-virt-cli.adoc index 1c87d7d051e5..d8371ef1db75 100644 --- a/modules/virt-deleting-virt-cli.adoc +++ b/modules/virt-deleting-virt-cli.adoc @@ -10,8 +10,8 @@ You can uninstall {VirtProductName} by using the OpenShift CLI (`oc`). .Prerequisites -* You have access to an {product-title} cluster using an account with `cluster-admin` permissions. -* You have installed the OpenShift CLI (`oc`). +* You have access to the {product-title} cluster using an account with `cluster-admin` permissions. +* You have installed the {oc-first}. * You have deleted all virtual machines and virtual machine instances. You cannot uninstall {VirtProductName} while its workloads remain on the cluster. .Procedure @@ -27,7 +27,7 @@ $ oc delete HyperConverged kubevirt-hyperconverged -n openshift-cnv + [source,terminal] ---- -$ oc delete subscription kubevirt-hyperconverged -n openshift-cnv +$ oc delete subscription hco-operatorhub -n openshift-cnv ---- . Delete the {VirtProductName} `ClusterServiceVersion` resource: