Hide Forgot
Description of problem: oc get crd | egrep "^machine" | awk {'print $1'} machineclasses.cluster.k8s.io machineclasses.machine.openshift.io machinedeployments.cluster.k8s.io machinedeployments.machine.openshift.io machines.cluster.k8s.io machines.machine.openshift.io machinesets.cluster.k8s.io machinesets.machine.openshift.io Multiple types are replicated in two namespaces. The cluster.k8s.io flavor never has any instances. This makes commands like this impossible: # oc get machines --all-namespaces No resources found. Version-Release number of selected component (if applicable): 4.0.0-0.nightly-2019-02-12-150919 How reproducible: Always
Not sure RHCOS is the right component, did not see one for machine API - please re-route as needed. Thanks.
This was an intermediate step of the API pivoting from cluster.k8s.io to machine.openshift.io Finalised now by https://github.com/openshift/machine-api-operator/pull/208
Verified on 4.0.0-0.nightly-2019-02-15-034921 oc get crd | grep machine | awk {'print $1'} machineautoscalers.autoscaling.openshift.io machineclasses.machine.openshift.io machineconfigpools.machineconfiguration.openshift.io machineconfigs.machineconfiguration.openshift.io machinedeployments.machine.openshift.io machinehealthchecks.healthchecking.openshift.io machines.machine.openshift.io machinesets.machine.openshift.io mcoconfigs.machineconfiguration.openshift.io
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/RHBA-2019:0758