I am trying to install OpenShift 3.10 on two VMs. The VMs have passed the prerequisite checks, but once it comes to starting the web console, the installer fails because the web console wasn't able to be reached.
Using the oc get nodes
command, I checked to see if the nodes became available, but there was an error for the "Ready" state. The following is the error message that was displayed: runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized
In addition to the nodes not starting, the pods also failed to start, probably for the same reason.
How can I fix this problem so that the nodes become available? Any help would be appreciated :D
This could be a misconfiguration in any step, but I might be wrong. Can you check if:
openshift_node_labels
in your inventory file.requirements.txt
of the openshift-ansible repository).