6
6
7
7
8
8
<!--
9
- Generate the certificate for serving etcd, and save them into etcd/server.cert and etcd/server.key files.
9
+ Generate the certificate for serving etcd, and save them into etcd/server.crt and etcd/server.key files.
10
10
-->
11
- 生成用于提供 etcd 服务的证书,并将其保存到 etcd/server.cert 和 etcd/server.key 文件中。
11
+ 生成用于提供 etcd 服务的证书,并将其保存到 etcd/server.crt 和 etcd/server.key 文件中。
12
12
13
13
<!--
14
14
Default SANs are localhost, 127.0.0.1, 127.0.0.1, ::1
@@ -52,9 +52,9 @@ kubeadm init phase certs etcd-server [flags]
52
52
<tr >
53
53
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
54
54
<!--
55
- The path where to save and store the certificates.
55
+ <p> The path where to save and store the certificates.</p>
56
56
-->
57
- 保存和存储证书的路径。
57
+ < p > 保存和存储证书的路径。< p >
58
58
</td >
59
59
</tr >
60
60
@@ -64,9 +64,9 @@ The path where to save and store the certificates.
64
64
<tr >
65
65
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
66
66
<!--
67
- Path to kubeadm configuration file.
67
+ <p> Path to a kubeadm configuration file.</p>
68
68
-->
69
- kubeadm 配置文件的路径。
69
+ < p > kubeadm 配置文件的路径。< p >
70
70
</td >
71
71
</tr >
72
72
@@ -76,9 +76,9 @@ kubeadm 配置文件的路径。
76
76
<tr >
77
77
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
78
78
<!--
79
- help for etcd-server
79
+ <p> help for etcd-server</p>
80
80
-->
81
- etcd-server 操作的帮助命令
81
+ < p > etcd-server 操作的帮助命令< p >
82
82
</td >
83
83
</tr >
84
84
@@ -93,9 +93,9 @@ etcd-server 操作的帮助命令
93
93
<tr >
94
94
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
95
95
<!--
96
- Choose a specific Kubernetes version for the control plane.
96
+ <p> Choose a specific Kubernetes version for the control plane.</p>
97
97
-->
98
- 为控制平面指定特定的 Kubernetes 版本。
98
+ < p > 为控制平面指定特定的 Kubernetes 版本。< p >
99
99
</td >
100
100
</tr >
101
101
@@ -122,9 +122,9 @@ Choose a specific Kubernetes version for the control plane.
122
122
<tr >
123
123
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
124
124
<!--
125
- [EXPERIMENTAL] The path to the 'real' host root filesystem.
125
+ <p> [EXPERIMENTAL] The path to the 'real' host root filesystem.</p>
126
126
-->
127
- [ 实验] 到 '真实' 主机根文件系统的路径。
127
+ < p > [实验] 到 '真实' 主机根文件系统的路径。< p >
128
128
</td >
129
129
</tr >
130
130
0 commit comments