File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/overview Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ The control plane's components make global decisions about the cluster (for exam
33
33
Control plane components can be run on any machine in the cluster. However,
34
34
for simplicity, set up scripts typically start all control plane components on
35
35
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.
37
38
38
39
### kube-apiserver
39
40
@@ -132,4 +133,3 @@ saving container logs to a central log store with search/browsing interface.
132
133
* Learn about [ Controllers] ( /docs/concepts/architecture/controller/ )
133
134
* Learn about [ kube-scheduler] ( /docs/concepts/scheduling-eviction/kube-scheduler/ )
134
135
* Read etcd's official [ documentation] ( https://etcd.io/docs/ )
135
-
You can’t perform that action at this time.
0 commit comments