BMYIN3115

OpenShift® node did not transition to the Ready state.

Severity

Critical

User action

Do the following steps to diagnose the error:
  1. Run the following command to verify the pending certificates.
    oc get csr --no-headers | grep -i pending
  2. Run the following command to approve the pending certificates.
    for i in `oc get csr --no-headers | grep -i pending |  awk '{ print $1 }'`; do oc adm certificate approve $i; done
  3. Restart the node.
    oc debug node/<NODE_NAME>
    chroot /host
    reboot
  4. If the problem persists, then collect Administration logs and contact IBM support .