Closed hoeghh closed 6 years ago
Let's try :
Found bento Centos 7.4 and tried it. It failed on wget missing the feature --https-only. After removing this, everything worked
[vagrant@k8s-etcd-1 ~]$ ETCDCTL_API=3 etcdctl member list
b60af046fda391b8, started, k8s-etcd-2, https://192.168.50.12:2380, https://192.168.50.12:2379
ba7b17ef23224b09, started, k8s-etcd-1, https://192.168.50.11:2380, https://192.168.50.11:2379
[vagrant@k8s-master-2 ~]$ kubectl get componentstatuses
NAME STATUS MESSAGE ERROR
scheduler Healthy ok
controller-manager Healthy ok
etcd-1 Healthy {"health": "true"}
etcd-0 Healthy {"health": "true"}
I would like to change to centos. Let's see if its easy, before installing corosync and pacemaker.