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
@@ -879,7 +902,7 @@ The `kubeadm` tool of version v{{< skew latestVersion >}} may deploy clusters wi
879
902
<!--
880
903
Due to that we can't see into the future, kubeadm CLI v{{< skew latestVersion >}} may or may not be able to deploy v{{< skew nextMinorVersion >}} clusters.
Copy file name to clipboardExpand all lines: content/zh/docs/setup/production-environment/tools/kubeadm/high-availability.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ option. Your cluster requirements may need a different configuration.
129
129
- Make sure the address of the load balancer always matches
130
130
the address of kubeadm's `ControlPlaneEndpoint`.
131
131
132
-
- Read the [Options for Software Load Balancing](https://github.com/kubernetes/kubeadm/blob/master/docs/ha-considerations.md#options-for-software-load-balancing)
132
+
- Read the [Options for Software Load Balancing](https://git.k8s.io/kubeadm/docs/ha-considerations.md#options-for-software-load-balancing)
133
133
guide for more details.
134
134
-->
135
135
1. 创建一个名为 kube-apiserver 的负载均衡器解析 DNS。
@@ -146,8 +146,7 @@ option. Your cluster requirements may need a different configuration.
1. Add the first control plane nodes to the load balancer and test the
@@ -216,12 +215,11 @@ option. Your cluster requirements may need a different configuration.
216
215
{{< note >}}
217
216
<!--
218
217
The `kubeadm init` flags `--config` and `--certificate-key` cannot be mixed, therefore if you want
219
-
to use the [kubeadm configuration](https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta3) you must add the `certificateKey` field in the appropriate config locations (under `InitConfiguration` and `JoinConfiguration: controlPlane`).
218
+
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