k8s.github.io

Join the worker nodes

  1. SSH to node01
  2. Become root

    sudo -i
    
  3. Paste the join command for worker nodes that was output by kubeadm init on controlplane01

  4. Return to student-node

     exit
     exit
    
  5. Repeat the steps 2, 3 and 4 on node02

  6. Now you should be back on student-node. Check all nodes are up

     kubectl get nodes -o wide
    

    There should now be 3 control nodes and 2 workers.

Next: Test</br> Prev: Control Plane Setup