Description of problem: oc get hco --all-namespaces constantly displays nothing for a PHASE field Version-Release number of selected component (if applicable): hco-bundle-registry:v2.0.0-17 How reproducible: always Steps to Reproduce: 1. watch oc get hco --all-namespaces 2. install hco 3. Actual results: oc get hco --all-namespaces NAMESPACE NAME AGE PHASE kubevirt-hyperconverged hyperconverged-cluster 5m24s Expected results: oc get hco --all-namespaces NAMESPACE NAME AGE PHASE kubevirt-hyperconverged hyperconverged-cluster 5m24s Succeeded Otherwise what is that field for?
Not nice, but not critical. moving out.
There was some work upstream around this, but it was deprioritized for upgrades. Pushing out to 2.2.
Phase field is not relevant in our case because we are using the conditions as recommended; The simplest option is to remove this: https://github.com/kubevirt/hyperconverged-cluster-operator/blob/master/deploy/crds/hco.crd.yaml#L11
Please add fixed in version
I still see the Phase field. Simone, please let me know when it will be cherry-picked.
We need to merge also https://github.com/kubevirt/hyperconverged-cluster-operator/pull/459 to be able to regenerate fresh CRDs on each build also for HCO operator downstream.
Phase column has been removed. Thanks >> oc get hco -n openshift-cnv NAME AGE kubevirt-hyperconverged 6m53s
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:2011