Skip to content

Commit a759df2

Browse files
authored
Merge pull request #21295 from neolit123/1.19-add-kubeadm-lb-link
kubeadm: add links to external guides for HA topics
2 parents 9faec3d + 6de17c7 commit a759df2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ You can set up an HA cluster:
1717

1818
You should carefully consider the advantages and disadvantages of each topology before setting up an HA cluster.
1919

20+
{{< note >}}
21+
kubeadm bootstraps the etcd cluster statically. Read the etcd [Clustering Guide](https://github.com/etcd-io/etcd/blob/release-3.4/Documentation/op-guide/clustering.md#static)
22+
for more details.
23+
{{< /note >}}
24+
2025
{{% /capture %}}
2126

2227
{{% capture body %}}

content/en/docs/setup/production-environment/tools/kubeadm/high-availability.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@ option. Your cluster requirements may need a different configuration.
7777
on the apiserver port. It must also allow incoming traffic on its
7878
listening port.
7979

80-
- [HAProxy](http://www.haproxy.org/) can be used as a load balancer.
81-
8280
- Make sure the address of the load balancer always matches
8381
the address of kubeadm's `ControlPlaneEndpoint`.
8482

83+
- Read the [Options for Software Load Balancing](https://github.com/kubernetes/kubeadm/blob/master/docs/ha-considerations.md#options-for-software-load-balancing)
84+
guide for more details.
85+
8586
1. Add the first control plane nodes to the load balancer and test the
8687
connection:
8788

0 commit comments

Comments
 (0)