Document URL: https://docs.openshift.com/container-platform/4.1/cnv/cnv_install/installing-container-native-virtualization.html Section Number and Name: Installing Container-native Virtualization Describe the issue: After deploying CNV and all the steps, it is required to create an HyperConverged object in the namespace the HCO watches (in this case openshift-operators) cat << EOF | oc create -n openshift-operators -f - apiVersion: hco.kubevirt.io/v1alpha1 kind: HyperConverged metadata: name: hyperconverged-cluster spec: {} EOF Suggestions for improvement: Add step for creating HyperConverged CR. Additional information: * https://github.com/openshift/openshift-docs/issues/16078 * https://github.com/kubevirt/hyperconverged-cluster-operator
From Ryan: Are we adding documentation for deployment through the CLI? The instructions for the UI equivalent are "Click the KubeVirt HyperConverged Cluster Operator Deployment tab and click Create HyperConverged.".
This is a link to the published docs where we currently have the "Create HyperConverged" step (see Step 3): https://docs.openshift.com/container-platform/4.1/cnv/cnv_install/installing-container-native-virtualization.html#cnv-deploying-cnv_installing-container-native-virtualization Closing as NOTABUG because we don't currently have plans to add CLI-only deployment steps.