node01
Become root
sudo -i
Paste the join command for worker nodes that was output by kubeadm init
on controlplane01
Return to student-node
exit
exit
Repeat the steps 2, 3 and 4 on node02
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