From c5e0cc66d812886ffe69f64fc1aae415011d12a7 Mon Sep 17 00:00:00 2001 From: Cristian Klein Date: Thu, 18 Mar 2021 21:10:04 +0100 Subject: [PATCH] Update content/en/docs/concepts/overview/components.md Co-authored-by: Tim Bannister --- content/en/docs/concepts/overview/components.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/overview/components.md b/content/en/docs/concepts/overview/components.md index 3d42d83616..39798eb74b 100644 --- a/content/en/docs/concepts/overview/components.md +++ b/content/en/docs/concepts/overview/components.md @@ -33,7 +33,8 @@ The control plane's components make global decisions about the cluster (for exam Control plane components can be run on any machine in the cluster. However, for simplicity, set up scripts typically start all control plane components on the same machine, and do not run user containers on this machine. See -[Building High-Availability Clusters](/docs/admin/high-availability/) for an example multi-control-plane-VM setup. +[Creating Highly Available clusters with kubeadm](/docs/setup/production-environment/tools/kubeadm/high-availability/) +for an example control plane setup that runs across multiple VMs. ### kube-apiserver @@ -132,4 +133,3 @@ saving container logs to a central log store with search/browsing interface. * Learn about [Controllers](/docs/concepts/architecture/controller/) * Learn about [kube-scheduler](/docs/concepts/scheduling-eviction/kube-scheduler/) * Read etcd's official [documentation](https://etcd.io/docs/) -