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.
1 parent ba4914f commit 72d4879Copy full SHA for 72d4879
content/zh/docs/setup/production-environment/tools/kubeadm/high-availability.md
@@ -30,7 +30,7 @@ control plane nodes and etcd members are separated.
30
-->
31
本文讲述了使用 kubeadm 设置一个高可用的 Kubernetes 集群的两种不同方式:
32
33
-- 使用堆控制平面节点。这种方法所需基础设施较少。etcd 成员和控制平面节点位于同一位置。
+- 使用具有堆叠的控制平面节点。这种方法所需基础设施较少。etcd 成员和控制平面节点位于同一位置。
34
- 使用外部集群。这种方法所需基础设施较多。控制平面的节点和 etcd 成员是分开的。
35
36
<!--
0 commit comments