Skip to content

Commit

Permalink
Voilà!
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas committed Mar 1, 2024
1 parent e350068 commit de14ea8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/014_bootstrapping_3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@

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.

And voilà! We have a functioning cluster.

![Voilà](./images/voila.png)

We can also see that the cluster is functioning well from HAProxy's perspective:

![HAProxy Stats 2](./images/haproxy_stats_2.png)

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).
Binary file added src/images/haproxy_stats_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/voila.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit de14ea8

Please sign in to comment.