You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because at least one of the nodes needs to be a openshift_node_group_name='node-config-infra' instead of a openshift_node_group_name='node-config-compute', and 0f1e613 fixed this for me.
PS: At first I tought an infra node is special and won't host normal workload pod containers later, and I was looking for a way to mark a node to be BOTH a compute and an infra for a moment. But seeing compute,infra for the 2nd node in this output makes me think this is probably not so and it's fine:
[centos@openshift-master ~]$ oc get nodes
NAME STATUS ROLES AGE VERSION
openshift-master.rdocloud Ready master 2d v1.11.0+d4cacc0
openshift-node1.rdocloud Ready compute 2d v1.11.0+d4cacc0
openshift-node2.rdocloud Ready compute,infra 2d v1.11.0+d4cacc0
With #4 "solved" (worked around...), this is up next:
The text was updated successfully, but these errors were encountered: