Join the other nodes by issuing the previously saved cluster join command. Before running this command you should set up the slave nodes also by following step1. Join command would like below,
kubeadm join 10.225.100.130:6443 — token
— discovery-token-ca-cert-hash
You can check whether your cluster is deployed correctly by issuing the below command in the master node.
kubectl get nodes