Skip to content

Commit c5e0cc6

Browse files
cristikleinTim Bannister
andauthored
Update content/en/docs/concepts/overview/components.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 79113f3 commit c5e0cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/overview/components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ The control plane's components make global decisions about the cluster (for exam
3333
Control plane components can be run on any machine in the cluster. However,
3434
for simplicity, set up scripts typically start all control plane components on
3535
the same machine, and do not run user containers on this machine. See
36-
[Building High-Availability Clusters](/docs/admin/high-availability/) for an example multi-control-plane-VM setup.
36+
[Creating Highly Available clusters with kubeadm](/docs/setup/production-environment/tools/kubeadm/high-availability/)
37+
for an example control plane setup that runs across multiple VMs.
3738

3839
### kube-apiserver
3940

@@ -132,4 +133,3 @@ saving container logs to a central log store with search/browsing interface.
132133
* Learn about [Controllers](/docs/concepts/architecture/controller/)
133134
* Learn about [kube-scheduler](/docs/concepts/scheduling-eviction/kube-scheduler/)
134135
* Read etcd's official [documentation](https://etcd.io/docs/)
135-

0 commit comments

Comments
 (0)