Skip to content

Commit bef7993

Browse files
authored
Merge pull request #43004 from windsonsea/preparey
[zh] Clean up kubeadm_join_phase files
2 parents a425182 + f2e046d commit bef7993

6 files changed

+28
-120
lines changed

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-prepare.md

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,17 @@
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 content, 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-
131
<!--
142
Prepare the machine for serving a control plane
153
-->
16-
准备为控制平面服务的机器
4+
准备为控制平面服务的机器
175

186
<!--
197
### Synopsis
208
-->
21-
229
### 概要
2310

2411
<!--
2512
Prepare the machine for serving a control plane
2613
-->
27-
28-
准备为控制平面服务的机器
14+
准备为控制平面服务的机器。
2915

3016
```
3117
kubeadm join phase control-plane-prepare [flags]
@@ -34,12 +20,11 @@ kubeadm join phase control-plane-prepare [flags]
3420
<!--
3521
### Examples
3622
-->
23+
### 示例
24+
3725
<!--
3826
# Prepares the machine for serving a control plane
3927
-->
40-
41-
### 示例
42-
4328
```
4429
# 准备为控制平面服务的机器
4530
kubeadm join phase control-plane-prepare all
@@ -48,7 +33,6 @@ kubeadm join phase control-plane-prepare all
4833
<!--
4934
### Options
5035
-->
51-
5236
### 选项
5337

5438
<table style="width: 100%; table-layout: fixed;">
@@ -67,7 +51,7 @@ kubeadm join phase control-plane-prepare all
6751
help for control-plane-prepare
6852
-->
6953
<p>
70-
control-plane-prepare 操作的帮助命令
54+
control-plane-prepare 操作的帮助命令
7155
</p>
7256
</td>
7357
</tr>
@@ -78,7 +62,6 @@ control-plane-prepare 操作的帮助命令
7862
<!--
7963
### Options inherited from parent commands
8064
-->
81-
8265
### 从父命令中继承的选项
8366

8467
<table style="width: 100%; table-layout: fixed;">

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-prepare_all.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,17 @@
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 content, 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-
131
<!--
142
Prepare the machine for serving a control plane
153
-->
16-
准备为控制平面服务的机器
4+
准备为控制平面服务的机器
175

186
<!--
197
### Synopsis
208
-->
21-
229
### 概要
2310

2411
<!--
2512
Prepare the machine for serving a control plane
2613
-->
27-
28-
准备为控制平面服务的机器
14+
准备为控制平面服务的机器。
2915

3016
```
3117
kubeadm join phase control-plane-prepare all [api-server-endpoint] [flags]
@@ -34,7 +20,6 @@ kubeadm join phase control-plane-prepare all [api-server-endpoint] [flags]
3420
<!--
3521
### Options
3622
-->
37-
3823
### 选项
3924

4025
<table style="width: 100%; table-layout: fixed;">
@@ -86,7 +71,7 @@ If the node should host a new control plane instance, the port for the API Serve
8671
Use this key to decrypt the certificate secrets uploaded by init.
8772
-->
8873
<p>
89-
使用此密钥解密由 init 上传的证书 secrets
74+
使用此密钥解密由 init 上传的证书 Secret
9075
</p>
9176
</td>
9277
</tr>
@@ -114,7 +99,7 @@ kubeadm 配置文件的路径。
11499
Create a new control plane instance on this node
115100
-->
116101
<p>
117-
在此节点上创建一个新的控制平面实例
102+
在此节点上创建一个新的控制平面实例
118103
</p>
119104
</td>
120105
</tr>
@@ -197,7 +182,7 @@ Don't apply any changes; just output what would be done.
197182
<!--
198183
help for all
199184
-->
200-
all 操作的帮助命令
185+
all 操作的帮助命令
201186
</td>
202187
</tr>
203188

@@ -265,7 +250,6 @@ Use this token for both discovery-token and tls-bootstrap-token when those value
265250
</tbody>
266251
</table>
267252

268-
269253
<!--
270254
### Options inherited from parent commands
271255
-->

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-prepare_certs.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,17 @@
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 content, 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-
131
<!--
142
Generate the certificates for the new control plane components
153
-->
16-
为新的控制平面组件生成证书
4+
为新的控制平面组件生成证书
175

186
<!--
197
### Synopsis
208
-->
21-
229
### 概要
2310

2411
<!--
2512
Generate the certificates for the new control plane components
2613
-->
27-
为新的控制平面组件生成证书
14+
为新的控制平面组件生成证书
2815

2916
```
3017
kubeadm join phase control-plane-prepare certs [api-server-endpoint] [flags]
@@ -79,7 +66,7 @@ kubeadm 配置文件的路径。
7966
Create a new control plane instance on this node
8067
-->
8168
<p>
82-
在此节点上创建一个新的控制平面实例
69+
在此节点上创建一个新的控制平面实例
8370
</p>
8471
</td>
8572
</tr>
@@ -163,7 +150,7 @@ Don't apply any changes; just output what would be done.
163150
help for certs
164151
-->
165152
<p>
166-
certs 操作的帮助命令
153+
certs 操作的帮助命令
167154
</p>
168155
</td>
169156
</tr>

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-prepare_control-plane.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,17 @@
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 content, 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-
121
<!--
132
Generate the manifests for the new control plane components
143
-->
15-
为新的控制平面组件生成清单
4+
为新的控制平面组件生成清单
165

176
<!--
187
### Synopsis
198
-->
20-
219
### 概要
2210

2311
<!--
2412
Generate the manifests for the new control plane components
2513
-->
26-
27-
为新的控制平面组件生成清单(manifest)
14+
为新的控制平面组件生成清单(manifest)。
2815

2916
```
3017
kubeadm join phase control-plane-prepare control-plane [flags]
@@ -33,7 +20,6 @@ kubeadm join phase control-plane-prepare control-plane [flags]
3320
<!--
3421
### Options
3522
-->
36-
3723
### 选项
3824

3925
<table style="width: 100%; table-layout: fixed;">
@@ -92,7 +78,7 @@ kubeadm join phase control-plane-prepare control-plane [flags]
9278
<!--
9379
<p>Create a new control plane instance on this node</p>
9480
-->
95-
<p>在此节点上创建一个新的控制平面实例</p>
81+
<p>在此节点上创建一个新的控制平面实例</p>
9682
</td>
9783
</tr>
9884

@@ -118,7 +104,7 @@ Don't apply any changes; just output what would be done.
118104
<!--
119105
<p>help for control-plane</p>
120106
-->
121-
<p>control-plane 操作的帮助命令</p>
107+
<p>control-plane 操作的帮助命令</p>
122108
</td>
123109
</tr>
124110

@@ -148,7 +134,6 @@ Don't apply any changes; just output what would be done.
148134
<!--
149135
### Options inherited from parent commands
150136
-->
151-
152137
### 从父命令中继承的选项
153138

154139
<table style="width: 100%; table-layout: fixed;">
@@ -172,4 +157,3 @@ Don't apply any changes; just output what would be done.
172157

173158
</tbody>
174159
</table>
175-

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-prepare_download-certs.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,17 @@
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 content, 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-
121
<!--
132
[EXPERIMENTAL] Download certificates shared among control-plane nodes from the kubeadm-certs Secret
143
-->
15-
[实验]从 kubeadm-certs Secret 下载控制平面节点之间共享的证书
4+
[实验] 从 kubeadm-certs Secret 下载控制平面节点之间共享的证书
165

176
<!--
187
### Synopsis
198
-->
20-
219
### 概要
2210

2311
<!--
2412
[EXPERIMENTAL] Download certificates shared among control-plane nodes from the kubeadm-certs Secret
2513
-->
26-
27-
[实验]从 kubeadm-certs Secret 下载控制平面节点之间共享的证书
14+
[实验] 从 kubeadm-certs Secret 下载控制平面节点之间共享的证书。
2815

2916
```
3017
kubeadm join phase control-plane-prepare download-certs [api-server-endpoint] [flags]
@@ -33,7 +20,6 @@ kubeadm join phase control-plane-prepare download-certs [api-server-endpoint] [f
3320
<!--
3421
### Options
3522
-->
36-
3723
### 选项
3824

3925
<table style="width: 100%; table-layout: fixed;">
@@ -51,7 +37,7 @@ kubeadm join phase control-plane-prepare download-certs [api-server-endpoint] [f
5137
<!--
5238
<p>Use this key to decrypt the certificate secrets uploaded by init.</p>
5339
-->
54-
<p>使用此密钥可以解密由 init 上传的证书 secret。</p>
40+
<p>使用此密钥可以解密由 init 上传的证书 Secret。</p>
5541
</td>
5642
</tr>
5743

@@ -75,7 +61,7 @@ kubeadm join phase control-plane-prepare download-certs [api-server-endpoint] [f
7561
<!--
7662
<p>Create a new control plane instance on this node</p>
7763
-->
78-
<p>在此节点上创建一个新的控制平面实例</p>
64+
<p>在此节点上创建一个新的控制平面实例</p>
7965
</td>
8066
</tr>
8167

@@ -147,7 +133,7 @@ kubeadm join phase control-plane-prepare download-certs [api-server-endpoint] [f
147133
<!--
148134
<p>help for download-certs</p>
149135
-->
150-
<p>download-certs 操作的帮助命令</p>
136+
<p>download-certs 操作的帮助命令</p>
151137
</td>
152138
</tr>
153139

@@ -181,7 +167,6 @@ kubeadm join phase control-plane-prepare download-certs [api-server-endpoint] [f
181167
<!--
182168
### Options inherited from parent commands
183169
-->
184-
185170
### 从父命令中继承的选项
186171

187172
<table style="width: 100%; table-layout: fixed;">
@@ -205,4 +190,3 @@ kubeadm join phase control-plane-prepare download-certs [api-server-endpoint] [f
205190

206191
</tbody>
207192
</table>
208-

0 commit comments

Comments
 (0)