From b8873ea81bba4f965e96688818427ab271ad905f Mon Sep 17 00:00:00 2001 From: huccshen <1171593960@qq.com> Date: Sat, 30 May 2020 17:04:54 +0800 Subject: [PATCH] Update ha-topology.md --- .../tools/kubeadm/ha-topology.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/content/zh/docs/setup/production-environment/tools/kubeadm/ha-topology.md b/content/zh/docs/setup/production-environment/tools/kubeadm/ha-topology.md index 41f8147625..f8a106ca86 100644 --- a/content/zh/docs/setup/production-environment/tools/kubeadm/ha-topology.md +++ b/content/zh/docs/setup/production-environment/tools/kubeadm/ha-topology.md @@ -28,7 +28,8 @@ You can set up an HA cluster: 您可以设置 HA 集群: - 使用堆叠(stacked)控制平面节点,其中 etcd 节点与控制平面节点共存 - 使用外部 etcd 节点,其中 etcd 在与控制平面不同的节点上运行 @@ -38,6 +39,15 @@ You should carefully consider the advantages and disadvantages of each topology --> 在设置 HA 集群之前,您应该仔细考虑每种拓扑的优缺点。 + + +{{< note >}} +kubeadm 静态引导 etcd 集群。 阅读 etcd [集群指南](https://github.com/etcd-io/etcd/blob/release-3.4/Documentation/op-guide/clustering.md#static)以获得更多详细信息。 +{{< /note >}} + {{% /capture %}} {{% capture body %}}