Versions Compared

Key

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

...

> kubectl get pod -n kube-system -w

Join the Worker Nodes

...


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

> kubeadm join k8slb.ott.dev.intra:6443 --token y9fwpv.b10kkomnowqod99l --discovery-token-ca-cert-hash sha256:2b37c8b0ce18cc9710eb53c7eb7ece209645b02bd906da2f09f26b8f1d29fb9e


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

> kubectl get nodes --all-namespaces

Code Block

Install Dashboard

From the master node:

...