Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Join the Cluster

> sudo su

> kubeadm > kubeadm join k8slb.ott.dev.intra:6443 --token 80g665ktemf3.bhpvg9w5inpgeimt pshisb9lspt1i40i --discovery-token-ca-cert-hash sha256:2b37c8b0ce18cc9710eb53c7eb7ece209645b02bd906da2f09f26b8f1d29fb9e 1e737466a59f00083a4ddf43c9fcf446a5b1cee8346afd1565d341fe5dee2c46 --experimental-control-plane

...

From the worker nodes issue the following command. If your token has expired from you may need to create a new one.

> kubeadm > kubeadm join k8slb.ott.dev.intra:6443 --token y9fwpvktemf3.b10kkomnowqod99l pshisb9lspt1i40i --discovery-token-ca-cert-hash sha256:2b37c8b0ce18cc9710eb53c7eb7ece209645b02bd906da2f09f26b8f1d29fb9e1e737466a59f00083a4ddf43c9fcf446a5b1cee8346afd1565d341fe5dee2c46 


Verify that the nodes have been added by issuing the following command at the master:

...