From 536271a03ad3519e44b9fa0d39077d2f7e104fdd Mon Sep 17 00:00:00 2001 From: Anubhav Date: Fri, 1 Jun 2018 16:05:58 -0700 Subject: [PATCH] Mention this guide requires only 1 master node (#8376) --- .../en/docs/setup/independent/create-cluster-kubeadm.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/en/docs/setup/independent/create-cluster-kubeadm.md b/content/en/docs/setup/independent/create-cluster-kubeadm.md index fffad98a1d..78b9f06742 100644 --- a/content/en/docs/setup/independent/create-cluster-kubeadm.md +++ b/content/en/docs/setup/independent/create-cluster-kubeadm.md @@ -85,6 +85,15 @@ timeframe; which also applies to `kubeadm`. 1. 2 CPUs or more on the master 1. Full network connectivity between all machines in the cluster (public or private network is fine) + +{{< note >}} +**Note:** This guide results in a Kubernetes cluster with one master and a +number of nodes that you decide. A single master is not highly available. If +you want to set up a multi-master cluster for high availability, you can +follow +[this guide instead](https://kubernetes.io/docs/setup/independent/high-availability/). +{{< /note >}} + {{% /capture %}} {{% capture steps %}}