Skip to content

Commit 9e1529c

Browse files
authored
Merge pull request #101102 from abrennan89/CNV-70900
CNV-70900: Make subscription name consistent
2 parents feeb0c1 + d8e7261 commit 9e1529c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/virt-deleting-virt-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can uninstall {VirtProductName} by using the OpenShift CLI (`oc`).
1111
.Prerequisites
1212

1313
* You have access to the {product-title} cluster using an account with `cluster-admin` permissions.
14-
* You have installed the OpenShift CLI (`oc`).
14+
* You have installed the {oc-first}.
1515
* You have deleted all virtual machines and virtual machine instances. You cannot uninstall {VirtProductName} while its workloads remain on the cluster.
1616
1717
.Procedure
@@ -27,7 +27,7 @@ $ oc delete HyperConverged kubevirt-hyperconverged -n {CNVNamespace}
2727
+
2828
[source,terminal,subs="attributes+"]
2929
----
30-
$ oc delete subscription kubevirt-hyperconverged -n {CNVNamespace}
30+
$ oc delete subscription hco-operatorhub -n {CNVNamespace}
3131
----
3232

3333
. Delete the {VirtProductName} `ClusterServiceVersion` resource:

0 commit comments

Comments
 (0)