-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
Which section(s) is the issue in?
Uninstalling OKD Virtualization by using the CLI
or
Subscribing to the OKD Virtualization catalog by using the CLI
What needs fixing?
Following the second point of the procedure:
$ oc delete subscription kubevirt-hyperconverged -n kubevirt-hyperconvergedfails with an error:
Error from server (NotFound): hyperconvergeds.hco.kubevirt.io "kubevirt-hyperconverged" not found
Because the subscription created during the installation is called "hco-operatorhub":
$ oc get subscription -n kubevirt-hyperconverged
NAMESPACE NAME PACKAGE SOURCE CHANNEL
kubevirt-hyperconverged hco-operatorhub community-kubevirt-hyperconverged community-operators stableWhile the obvious way would be to replace "kubevirt-hyperconverged" with "hco-operatorhub" in the uninstall section, because of the commit 6f7483a Change hco to hyperconverged, the installation section might need to be updated instead to hyperconverged-operatorhub.
I'm not sure what is the more preferred way.
Metadata
Metadata
Assignees
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.