Open skloeckner opened 7 years ago
Hi @skloeckner ,
Currently kubeadm
creates by default 1 etcd
server pod as part of the Control Plane on the master node.
You can provide an etcd endpoint if you have an already running etcd-server cluster.
If you need HA, maybe you can do it in 2/3 steps:
kubeadm
to bootstrap k8s on 1 node.That is what I plan to try very shortly.
Do I have to create an etcd cluster for the bare metal machines I plan on using first for CoreOS? Or does Kubernetes(By that I mean kubeadm) configure that for me because all the minions end up pointing to the master, anyway?
Also, I cannot post issues on the new maintainer's repo because it's still a fork of this project. Not sure how to solve that on Github but if the new maintainer wants to solve issues, he needs his own repo.
@xakraz