Add VM Minions to existing Kubernetes Master

3/31/2017

I have a master node running on GCE, I would like to add a new node. I created a new VM on Ubuntu OS on GCE.

I tired many things but unable to add the new VM to the cluster. I know that we can scale using the GCE Template instances. But I want to know if there is any way we can add a new Vm to cluster and run that up.

Ideally the question would be if I can add a new Minion( bare metal, VM...) to a existing cluster (on GCE, AWS etc.,), if so how. I tired looking for boostrap scripts but unable to get kubelet, kube-proxy up on the minion.

Any help is much appreciated.

-- kt14
amazon-web-services
google-compute-engine
kubernetes

1 Answer

4/6/2017

With kubeadm I believe that it is possible

-- Cristhian Bicca
Source: StackOverflow