chris-short / rak8s

Stand up a Raspberry Pi based Kubernetes cluster with Ansible
MIT License
365 stars 112 forks source link

How to add a node after initial bootstrap of the cluster? #39

Open tmestdagh opened 6 years ago

tmestdagh commented 6 years ago

Hi,

I just used rak8s to setup a cluster without any hassle :+1:
Glad to have found this project, really appreciate the effor, thanks.

I was wondering on how one would go ahead and add nodes after the initial bootstrap of the cluster. Is it that easy, as adding a node to the inventory and running ansible-playbook cluster.yml again?

What would the preferred procedure be?

chris-short commented 5 years ago

The preferred procedure would definitely be to run ansible-playbook cluster.yml again.

There would need to be some steps added to not reset the master if it is detected as healthy though.If you write it, I can test it.