File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
content/en/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
reviewers :
3
3
- sig-cluster-lifecycle
4
- title : Set up a High Availability etcd cluster with kubeadm
4
+ title : Set up a High Availability etcd Cluster with kubeadm
5
5
content_type : task
6
6
weight : 70
7
7
---
@@ -19,7 +19,8 @@ aspects.
19
19
By default, kubeadm runs a local etcd instance on each control plane node.
20
20
It is also possible to treat the etcd cluster as external and provision
21
21
etcd instances on separate hosts. The differences between the two approaches are covered in the
22
- [ Options for Highly Available topology] [ /docs/setup/production-environment/tools/kubeadm/ha-topology ] page.
22
+ [ Options for Highly Available topology] ( /docs/setup/production-environment/tools/kubeadm/ha-topology ) page.
23
+
23
24
This task walks through the process of creating a high availability external
24
25
etcd cluster of three members that can be used by kubeadm during cluster creation.
25
26
You can’t perform that action at this time.
0 commit comments