We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5092554 + 72d4879 commit e403323Copy full SHA for e403323
content/zh/docs/setup/production-environment/tools/kubeadm/high-availability.md
@@ -26,7 +26,7 @@ control plane nodes and etcd members are separated.
26
-->
27
本文讲述了使用 kubeadm 设置一个高可用的 Kubernetes 集群的两种不同方式:
28
29
-- 使用堆控制平面节点。这种方法所需基础设施较少。etcd 成员和控制平面节点位于同一位置。
+- 使用具有堆叠的控制平面节点。这种方法所需基础设施较少。etcd 成员和控制平面节点位于同一位置。
30
- 使用外部集群。这种方法所需基础设施较多。控制平面的节点和 etcd 成员是分开的。
31
32
<!--
0 commit comments