You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/setup/production-environment/tools/kubeadm/high-availability.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,11 +102,11 @@ For the external etcd cluster only, you also need:
102
102
103
103
### 为 kube-apiserver 创建负载均衡器
104
104
105
-
{{< note >}}
106
105
<!--
107
106
There are many configurations for load balancers. The following example is only one
108
107
option. Your cluster requirements may need a different configuration.
109
108
-->
109
+
{{< note >}}
110
110
使用负载均衡器需要许多配置。你的集群搭建可能需要不同的配置。
111
111
下面的例子只是其中的一方面配置。
112
112
{{< /note >}}
@@ -212,24 +212,24 @@ option. Your cluster requirements may need a different configuration.
212
212
如果正好相反,你更喜欢手动地通过控制平面节点或者使用自动化
213
213
工具复制证书,请删除此标志并参考如下部分[证书分配手册](#manual-certs)。
214
214
215
-
{{< note >}}
216
215
<!--
217
216
The `kubeadm init` flags `--config` and `--certificate-key` cannot be mixed, therefore if you want
218
217
to use the [kubeadm configuration](/docs/reference/config-api/kubeadm-config.v1beta3/) you must add the `certificateKey` field in the appropriate config locations (under `InitConfiguration` and `JoinConfiguration: controlPlane`).
0 commit comments