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-cn/docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md
+41-44Lines changed: 41 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,20 +76,17 @@ The general approach is to generate all certs on one node and only distribute th
76
76
77
77
{{< note >}}
78
78
<!--
79
-
kubeadm contains all the necessary crytographic machinery to generate the certificates described below; no other cryptographic tooling is required for this example.
79
+
kubeadm contains all the necessary cryptographic machinery to generate the certificates described below; no other cryptographic tooling is required for this example.
80
80
-->
81
81
kubeadm 包含生成下述证书所需的所有必要的密码学工具;在这个例子中,不需要其他加密工具。
82
82
{{< /note >}}
83
83
84
-
<!--
85
84
{{< note >}}
85
+
<!--
86
86
The examples below use IPv4 addresses but you can also configure kubeadm, the kubelet and etcd
87
87
to use IPv6 addresses. Dual-stack is supported by some Kubernetes options, but not by etcd. For more details
88
88
on Kubernetes dual-stack support see [Dual-stack support with kubeadm](/docs/setup/production-environment/tools/kubeadm/dual-stack-support/).
0 commit comments