Skip to content

Files

Latest commit

author
Michael Venezia
Aug 27, 2015
a088c8c · Aug 27, 2015

History

History
16 lines (9 loc) · 732 Bytes

2.md

File metadata and controls

16 lines (9 loc) · 732 Bytes

Add nodes/slaves/minions to the cluster

To finish Kubernetes cluster setup we need to add nodes to our master. They will actually host our services and serve it to the users.

As a first step you need to get ETCD IP. You can read about it at Previous article

Moreover, you also need to get Kubernetes Master IP address. Steps are the same as for ETCD IP address.

After that, you can open file Kubernetes Node Cloud Config and replace <etcd ip> and <master ip> placeholders

Then, go to folder "/files/commands" and run the following commands:

chmod +x create-k8s-nodes.sh
./create-k8s-nodes.sh

Output should be similar to Kubernetes Master output.