Skip to content

Commit

Permalink
Update docs/launchpad/guides/kubernetes-guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ana C <calina1391@gmail.com>
  • Loading branch information
cjorge-graphops and calinah committed Aug 16, 2023
1 parent a9ed563 commit d73facd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/launchpad/guides/kubernetes-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ and then proceed to install cilium with default options by running:
If you have gone with the default topology setup, *kubeadm* should be instantiating *etcd* instances co-located with your control-plane nodes. Given that and the fact that *etcd* is a majority quorum based system, it's specially important that for a high-availability setup you'll keep an ***odd*** (i.e: one, thee, five, ...) number of control-plane nodes. As such, the minimum number of control-plane nodes that can offer high-availability would be three.

To add more control-plane nodes you need to first get the hosts ready for such by:
- preparing that node OS as required
- preparing the node OS as required
- provisioning the required tools and software as in the first bootstrapping node (container runtime engine, kubelet, kubeadm, kubectl, ...)

and then execute, on that node, the appropriate `kubeadm join` command as shown in the previous `kubeadm init` output.
Expand Down

0 comments on commit d73facd

Please sign in to comment.