kairen / kubeadm-ansible

Build a Kubernetes cluster using kubeadm via Ansible.
Apache License 2.0
723 stars 380 forks source link

clustered kubernetes master servers #62

Open andyanfieldroad opened 5 years ago

andyanfieldroad commented 5 years ago

Is this possible using these ansible scripts? I set my masters to be multiple servers but it only initialised the first master.

I'd like to use my own variation of these ansible playbooks (I was originally writing my own and borrowed the initialisation functionality from this) to build a production k8s cluster but it needs to have redundancy and fault tolerance with the master.

Cheers

Andy