Skip to content

Commit

Permalink
14.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas committed Mar 1, 2024
1 parent d2cdfe9 commit e350068
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/014_bootstrapping_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Admitting the Worker Nodes

Admitting the worker nodes to the cluster is simple; we just have the first control plane node create a token and print the join command (`kubeadm token create --print-join-command`) for each worker node, then execute it from that worker node.

As a reminder, this is all persisted in the [Ansible tasks](https://github.com/goldentooth/cluster/blob/main/roles/goldentooth.bootstrap_k8s/tasks/main.yaml).
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
- [`kubeadm init`](./011_kubeadm_init.md)
- [Bootstrapping the First Control Plane Node](./012_bootstrapping_1.md)
- [Joining the Rest of the Control Plane](./013_bootstrapping_2.md)
- [Admitting the Worker Nodes](./014_bootstrapping_3.md)

0 comments on commit e350068

Please sign in to comment.