BMYIN3115
OpenShift® node did not transition
to the Ready
state.
Severity
Critical
User action
Do the following steps to diagnose the error:- Run the following command to verify the pending
certificates.
oc get csr --no-headers | grep -i pending
- 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
- Restart the node.
oc debug node/<NODE_NAME> chroot /host reboot
- If the problem persists, then collect Administration logs and contact IBM support .