Bug 1734908 - CNV 2.0 requires an HCO to be created
Summary: CNV 2.0 requires an HCO to be created
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Container Native Virtualization (CNV)
Classification: Red Hat
Component: Documentation
Version: 2.0
Hardware: Unspecified
OS: Unspecified
unspecified
urgent
Target Milestone: ---
: ---
Assignee: Pan Ousley
QA Contact: Irina Gulina
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-07-31 16:41 UTC by Stephen Gordon
Modified: 2019-07-31 18:09 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-07-31 18:09:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github 16078 0 None None None 2020-03-13 14:41:26 UTC

Description Stephen Gordon 2019-07-31 16:41:12 UTC
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

Comment 1 Stephen Gordon 2019-07-31 16:54:50 UTC
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.".

Comment 2 Pan Ousley 2019-07-31 18:09:03 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.