Skip to content

Commit 843ff5a

Browse files
author
Tim Bannister
committed
Fix external etcd setup guide
1 parent acea84a commit 843ff5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
reviewers:
33
- 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
55
content_type: task
66
weight: 70
77
---
@@ -19,7 +19,8 @@ aspects.
1919
By default, kubeadm runs a local etcd instance on each control plane node.
2020
It is also possible to treat the etcd cluster as external and provision
2121
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+
2324
This task walks through the process of creating a high availability external
2425
etcd cluster of three members that can be used by kubeadm during cluster creation.
2526

0 commit comments

Comments
 (0)