Open vorburger opened 5 years ago
After a simple sudo reboot now
, the master magically worked!!! (See output in #5.)
For a moment I thought that it comes and goes, and I wasn't dreaming, see below; but it's seems stable now....
[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
[centos@openshift-master ~]$ logout
Connection to 192.168.0.11 closed.
[centos@openshift-ansible ~]$ ssh 192.168.0.11
Last login: Wed Dec 12 20:34:40 2018 from host-192-168-0-10.rdocloud
[centos@openshift-master ~]$ oc get nodes
The connection to the server openshift-master.rdocloud:8443 was refused - did you specify the right host or port?
For a moment I thought that it comes and goes, and I wasn't dreaming
nope, I wasn't; this keeps happening - somehow my apiserver seems to keep crashing... :sob:
It seems to restart by itself after a few minutes, but this isn't great to run my test scripts, of course.
How does one debug this?
Immediately after I solved #5 and
ansible-playbook playbooks/deploy_cluster.yml
had (finally) completed successfully, an e.g.oc get nodes
failed with:I'm not entirely sure what was missing: