Skip to content

Commit 9c6b191

Browse files
authored
Merge pull request #33782 from JarHMJ/kubeadm-12
[zh] sync v1.24 kubeadm-12
2 parents 6a3d1e0 + 282095e commit 9c6b191

File tree

3 files changed

+73
-32
lines changed

3 files changed

+73
-32
lines changed

content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_apiserver-kubelet-client.md

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<!--
2+
The file is auto-generated from the Go source code of the component using a generic
3+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
4+
to generate the reference documentation, please read
5+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
6+
To update the reference conent, please follow the
7+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
8+
guide. You can file document formatting bugs against the
9+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
10+
-->
11+
12+
<!--
13+
Generate the certificate for the API server to connect to kubelet
14+
-->
15+
生成供 API 服务器连接 kubelet 的证书
116

217
<!--
318
### Synopsis
@@ -6,10 +21,9 @@
621
### 概要
722

823
<!--
9-
Generate the certificate for the API server to connect to kubelet, and save them into apiserver-kubelet-client.cert and apiserver-kubelet-client.key files.
24+
Generate the certificate for the API server to connect to kubelet, and save them into apiserver-kubelet-client.crt and apiserver-kubelet-client.key files.
1025
-->
11-
12-
生成供 API 服务器连接 kubelet 的证书,并将其保存到 apiserver-kubelet-client.cert 和 apiserver-kubelet-client.key 文件中。
26+
生成供 API 服务器连接 kubelet 的证书,并将其保存到 apiserver-kubelet-client.crt 和 apiserver-kubelet-client.key 文件中。
1327

1428
<!--
1529
If both files already exist, kubeadm skips the generation step and existing files will be used.
@@ -51,9 +65,9 @@ kubeadm init phase certs apiserver-kubelet-client [flags]
5165
<tr>
5266
<td></td><td style="line-height: 130%; word-wrap: break-word;">
5367
<!--
54-
The path where to save and store the certificates.
68+
<p>The path where to save and store the certificates.</p>
5569
-->
56-
存储证书的路径。
70+
<p>存储证书的路径。</p>
5771
</td>
5872
</tr>
5973

@@ -63,9 +77,9 @@ The path where to save and store the certificates.
6377
<tr>
6478
<td></td><td style="line-height: 130%; word-wrap: break-word;">
6579
<!--
66-
Path to a kubeadm configuration file.
80+
<p>Path to a kubeadm configuration file.</p>
6781
-->
68-
kubeadm 配置文件路径。
82+
<p>kubeadm 配置文件路径。</p>
6983
</td>
7084
</tr>
7185

@@ -75,9 +89,9 @@ kubeadm 配置文件路径。
7589
<tr>
7690
<td></td><td style="line-height: 130%; word-wrap: break-word;">
7791
<!--
78-
help for apiserver-kubelet-client
92+
<p>help for apiserver-kubelet-client</p>
7993
-->
80-
apiserver-kubelet-client 操作的帮助命令
94+
<p>apiserver-kubelet-client 操作的帮助命令</p>
8195
</td>
8296
</tr>
8397

@@ -92,9 +106,9 @@ apiserver-kubelet-client 操作的帮助命令
92106
<tr>
93107
<td></td><td style="line-height: 130%; word-wrap: break-word;">
94108
<!--
95-
Choose a specific Kubernetes version for the control plane.
109+
<p>Choose a specific Kubernetes version for the control plane.</p>
96110
-->
97-
为控制平面指定特定的 Kubernetes 版本。
111+
<p>为控制平面指定特定的 Kubernetes 版本。</p>
98112
</td>
99113
</tr>
100114

@@ -120,9 +134,9 @@ Choose a specific Kubernetes version for the control plane.
120134
<tr>
121135
<td></td><td style="line-height: 130%; word-wrap: break-word;">
122136
<!--
123-
[EXPERIMENTAL] The path to the 'real' host root filesystem.
137+
<p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p>
124138
-->
125-
[实验] 指向宿主机上的 '实际' 根文件系统的路径。
139+
<p>[实验] 指向宿主机上的 '实际' 根文件系统的路径。</p>
126140
</td>
127141
</tr>
128142

content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_ca.md

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<!--
2+
The file is auto-generated from the Go source code of the component using a generic
3+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
4+
to generate the reference documentation, please read
5+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
6+
To update the reference conent, please follow the
7+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
8+
guide. You can file document formatting bugs against the
9+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
10+
-->
11+
12+
<!--
13+
Generate the self-signed Kubernetes CA to provision identities for other Kubernetes components
14+
-->
15+
生成自签名的 Kubernetes CA 以便为其他 Kubernetes 组件提供身份标识
116

217
<!--
318
### Synopsis
@@ -6,21 +21,18 @@
621
### 概要
722

823
<!--
9-
Generate the self-signed Kubernetes CA to provision identities for other Kubernetes components, and save them into ca.cert and ca.key files.
24+
Generate the self-signed Kubernetes CA to provision identities for other Kubernetes components, and save them into ca.crt and ca.key files.
1025
-->
11-
12-
生成自签名的 Kubernetes CA 以提供其他 Kubernetes 组件的身份,并将其保存到 ca.cert 和 ca.key 文件中。
26+
生成自签名的 Kubernetes CA 以便为其他 Kubernetes 组件提供身份标识,并将其保存到 ca.crt 和 ca.key 文件中。
1327

1428
<!--
1529
If both files already exist, kubeadm skips the generation step and existing files will be used.
1630
-->
17-
1831
如果两个文件都已存在,则 kubeadm 将跳过生成步骤,使用现有文件。
1932

2033
<!--
2134
Alpha Disclaimer: this command is currently alpha.
2235
-->
23-
2436
Alpha 免责声明:此命令当前为 Alpha 功能。
2537

2638
```
@@ -51,9 +63,9 @@ kubeadm init phase certs ca [flags]
5163
<tr>
5264
<td></td><td style="line-height: 130%; word-wrap: break-word;">
5365
<!--
54-
The path where to save and store the certificates.
66+
<p>The path where to save and store the certificates.</p>
5567
-->
56-
证书的存储路径。
68+
<p>证书的存储路径。</p>
5769
</td>
5870
</tr>
5971

@@ -63,9 +75,9 @@ The path where to save and store the certificates.
6375
<tr>
6476
<td></td><td style="line-height: 130%; word-wrap: break-word;">
6577
<!--
66-
Path to a kubeadm configuration file.
78+
<p>Path to a kubeadm configuration file.</p>
6779
-->
68-
kubeadm 配置文件的路径。
80+
<p>kubeadm 配置文件的路径。</p>
6981
</td>
7082
</tr>
7183

@@ -75,9 +87,9 @@ kubeadm 配置文件的路径。
7587
<tr>
7688
<td></td><td style="line-height: 130%; word-wrap: break-word;">
7789
<!--
78-
help for ca
90+
<p>help for ca</p>
7991
-->
80-
ca 操作的帮助命令
92+
<p>ca 操作的帮助命令</p>
8193
</td>
8294
</tr>
8395

@@ -92,9 +104,9 @@ ca 操作的帮助命令
92104
<tr>
93105
<td></td><td style="line-height: 130%; word-wrap: break-word;">
94106
<!--
95-
Choose a specific Kubernetes version for the control plane.
107+
<p>Choose a specific Kubernetes version for the control plane.</p>
96108
-->
97-
为控制平面选择特定的 Kubernetes 版本。
109+
<p>为控制平面选择特定的 Kubernetes 版本。</p>
98110
</td>
99111
</tr>
100112

@@ -120,9 +132,9 @@ Choose a specific Kubernetes version for the control plane.
120132
<tr>
121133
<td></td><td style="line-height: 130%; word-wrap: break-word;">
122134
<!--
123-
[EXPERIMENTAL] The path to the 'real' host root filesystem.
135+
<p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p>
124136
-->
125-
[实验] 到 '真实' 主机根文件系统的路径。
137+
<p>[实验] 到 '真实' 主机根文件系统的路径。</p>
126138
</td>
127139
</td>
128140
</tr>

content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_upload-config.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<!--
2+
The file is auto-generated from the Go source code of the component using a generic
3+
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
4+
to generate the reference documentation, please read
5+
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
6+
To update the reference conent, please follow the
7+
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
8+
guide. You can file document formatting bugs against the
9+
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
10+
-->
11+
12+
<!--
13+
Upload the kubeadm and kubelet configuration to a ConfigMap
14+
-->
15+
上传 kubeadm 和 kubelet 配置到 ConfigMap 中
116

217
<!--
318
### Synopsis
@@ -34,9 +49,9 @@ kubeadm init phase upload-config [flags]
3449
<tr>
3550
<td></td><td style="line-height: 130%; word-wrap: break-word;">
3651
<!--
37-
help for upload-config
52+
<p>help for upload-config</p>
3853
-->
39-
upload-config 操作的帮助命令
54+
<p>upload-config 操作的帮助命令</p>
4055
</td>
4156
</tr>
4257

@@ -62,9 +77,9 @@ upload-config 操作的帮助命令
6277
<tr>
6378
<td></td><td style="line-height: 130%; word-wrap: break-word;">
6479
<!--
65-
[EXPERIMENTAL] The path to the 'real' host root filesystem.
80+
<p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p>
6681
-->
67-
[实验] 到 '真实' 主机根文件系统的路径。
82+
<p>[实验] 到 '真实' 主机根文件系统的路径。</p>
6883
</td>
6984
</tr>
7085

0 commit comments

Comments
 (0)