Skip to content

Commit 7841e9e

Browse files
authored
Merge pull request #26725 from cristiklein/patch-1
Change to inclusive naming
2 parents 924f4a3 + c5e0cc6 commit 7841e9e

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-master-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)