- Getting Started with Kubernetes(Second Edition)
- Jonathan Baier
- 57字
- 2025-04-04 19:14:14
Joining nodes
After a successful initialization, you will get a join command that can be used by the nodes. Copy this down for the join process later on. It should look similar to this:
$ kubeadm join --token=<some token> <master ip address>
The token is used to authenticate cluster nodes, so make sure to store it somewhere securely for future use.