more explicit instructions

This commit is contained in:
Steven Polley 2024-02-25 16:05:28 -07:00
parent 584b9b880f
commit c2c82b45f7
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
# 01 | Cluster Bootstrap
Assumption is that an external load balancer is already configured for the cluster control plane IP address. Initialize the cluster, but do not join any other nodes to it yet.
Assumption is that an external load balancer is already configured for the cluster control plane IP address. Initialize the cluster on one control node, but do not join any other nodes to it yet.
```bash
# Only run on one control plane node - do not join other nodes until after CNI is configured
sudo kubeadm init --config cluster-config.yaml --upload-certs
```