From d8e72616a35e0d6eca3949915a44ce13fc0e1b12 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/virt-deleting-virt-cli.adoc b/modules/virt-deleting-virt-cli.adoc index 2348eccd0509..99a7039fcc40 100644 --- a/modules/virt-deleting-virt-cli.adoc +++ b/modules/virt-deleting-virt-cli.adoc @@ -11,7 +11,7 @@ You can uninstall {VirtProductName} by using the OpenShift CLI (`oc`). .Prerequisites * You have access to the {product-title} cluster using an account with `cluster-admin` permissions. -* You have installed the OpenShift CLI (`oc`). +* 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 {CNVNamespace} + [source,terminal,subs="attributes+"] ---- -$ oc delete subscription kubevirt-hyperconverged -n {CNVNamespace} +$ oc delete subscription hco-operatorhub -n {CNVNamespace} ---- . Delete the {VirtProductName} `ClusterServiceVersion` resource: