Hide Forgot
Description of problem: Clusteroperator cluster-autoscaler and machine-api status type should change from 'Failing' to 'Degraded'. https://github.com/openshift/api/pull/287/files Version-Release number of selected component (if applicable): $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.1.0-0.nightly-2019-04-24-221323 True False 18m Cluster version is 4.1.0-0.nightly-2019-04-24-221323 How reproducible: Always Steps to Reproduce: 1. Deploy a new env on aws 2. Check clusteroperator status 3. Actual results: $ oc get clusteroperator NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE authentication 4.1.0-0.nightly-2019-04-24-221323 True False 16m cloud-credential 4.1.0-0.nightly-2019-04-24-221323 True False 26m cluster-autoscaler 4.1.0-0.nightly-2019-04-24-221323 True False 26m console 4.1.0-0.nightly-2019-04-24-221323 True False False 18m dns 4.1.0-0.nightly-2019-04-24-221323 True False False 26m image-registry 4.1.0-0.nightly-2019-04-24-221323 True False 20m ingress 4.1.0-0.nightly-2019-04-24-221323 True False 20m kube-apiserver 4.1.0-0.nightly-2019-04-24-221323 True False False 25m kube-controller-manager 4.1.0-0.nightly-2019-04-24-221323 True False False 25m kube-scheduler 4.1.0-0.nightly-2019-04-24-221323 True False False 24m machine-api 4.1.0-0.nightly-2019-04-24-221323 True False 26m $ oc get clusteroperator cluster-autoscaler -o yaml ... status: conditions: - lastTransitionTime: "2019-04-25T02:31:00Z" message: at version 4.1.0-0.nightly-2019-04-24-221323 status: "True" type: Available - lastTransitionTime: "2019-04-25T02:31:00Z" status: "False" type: Progressing - lastTransitionTime: "2019-04-25T02:31:00Z" status: "False" type: Failing $ oc get clusteroperator machine-api -o yaml ... status: conditions: - lastTransitionTime: "2019-04-25T02:31:20Z" status: "False" type: Progressing - lastTransitionTime: "2019-04-25T02:31:00Z" message: 'Cluster Machine API Operator is available at operator: 4.1.0-0.nightly-2019-04-24-221323' status: "True" type: Available - lastTransitionTime: "2019-04-25T02:31:00Z" status: "False" type: Failing Expected results: Status type changed from 'Failing' to 'Degraded' Additional info:
These are work in progress.
MAO: https://github.com/openshift/machine-api-operator/pull/292 CAO: https://github.com/openshift/cluster-autoscaler-operator/pull/93
CAO merged.
MAO merged.
Verified in 4.1.0-0.nightly-2019-05-04-054221. Status changed from 'Failing' to 'Degraded'. # oc get clusteroperator cluster-autoscaler -o yaml ... conditions: - lastTransitionTime: 2019-05-05T03:14:57Z message: at version 4.1.0-0.nightly-2019-05-04-054221 status: "True" type: Available - lastTransitionTime: 2019-05-05T03:14:57Z status: "False" type: Progressing - lastTransitionTime: 2019-05-05T03:14:57Z status: "False" type: Degraded # oc get clusteroperator machine-api -o yaml ... status: conditions: - lastTransitionTime: 2019-05-05T03:15:33Z status: "False" type: Progressing - lastTransitionTime: 2019-05-05T03:14:57Z message: 'Cluster Machine API Operator is available at operator: 4.1.0-0.nightly-2019-05-04-054221' status: "True" type: Available - lastTransitionTime: 2019-05-05T03:14:57Z status: "False" type: Degraded
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