Skip to content

Commit

Permalink
Update content/en/docs/concepts/overview/components.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Bannister <tim@scalefactory.com>
  • Loading branch information
cristiklein and sftim committed Mar 18, 2021
1 parent 79113f3 commit c5e0cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/concepts/overview/components.md
Expand Up @@ -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

Expand Down Expand Up @@ -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/)

0 comments on commit c5e0cc6

Please sign in to comment.