Skip to content

Commit 913e7b7

Browse files
authored
Merge pull request #42989 from windsonsea/certsy
[zh] Clean up kubeadm_init_phase_certs files
2 parents c440a7d + 2dfc009 commit 913e7b7

File tree

5 files changed

+15
-97
lines changed

5 files changed

+15
-97
lines changed

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

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,27 @@
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 certificate the apiserver uses to access etcd
143
-->
15-
生成 apiserver 用来访问 etcd 的证书
4+
生成 apiserver 用来访问 etcd 的证书
165

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

2311
<!--
2412
Generate the certificate the apiserver uses to access etcd, and save them into apiserver-etcd-client.crt and apiserver-etcd-client.key files.
2513
-->
26-
2714
生成 apiserver 用于访问 etcd 的证书,并将其保存到 apiserver-etcd-client.crt 和 apiserver-etcd-client.key 文件中。
2815

2916
<!--
3017
If both files already exist, kubeadm skips the generation step and existing files will be used.
3118
-->
32-
3319
如果两个文件都已存在,则 kubeadm 将跳过生成步骤,使用现有文件。
3420

3521
<!--
3622
Alpha Disclaimer: this command is currently alpha.
3723
-->
38-
39-
Alpha 免责声明:此命令当前为 Alpha 功能。
24+
Alpha 免责声明:此命令目前处于 Alpha 阶段。
4025

4126
```
4227
kubeadm init phase certs apiserver-etcd-client [flags]
@@ -45,7 +30,6 @@ kubeadm init phase certs apiserver-etcd-client [flags]
4530
<!--
4631
### Options
4732
-->
48-
4933
### 选项
5034

5135
<table style="width: 100%; table-layout: fixed;">
@@ -104,7 +88,7 @@ kubeadm init phase certs apiserver-etcd-client [flags]
10488
<!--
10589
<p>help for apiserver-etcd-client</p>
10690
-->
107-
<p>apiserver-etcd-client 操作的帮助命令</p>
91+
<p>apiserver-etcd-client 操作的帮助命令</p>
10892
</td>
10993
</tr>
11094

@@ -129,7 +113,6 @@ kubeadm init phase certs apiserver-etcd-client [flags]
129113
<!--
130114
### Options inherited from parent commands
131115
-->
132-
133116
### 继承于父命令的选项
134117

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

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

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
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-
121
<!--
132
Generate the certificate for the API server to connect to kubelet
143
-->
15-
生成供 API 服务器连接 kubelet 的证书
4+
生成供 API 服务器连接 kubelet 的证书
165

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

2311
<!--
@@ -28,14 +16,12 @@ Generate the certificate for the API server to connect to kubelet, and save them
2816
<!--
2917
If both files already exist, kubeadm skips the generation step and existing files will be used.
3018
-->
31-
3219
如果两个文件都已存在,则 kubeadm 将跳过生成步骤,使用现有文件。
3320

3421
<!--
3522
Alpha Disclaimer: this command is currently alpha.
3623
-->
37-
38-
Alpha 免责声明:此命令当前为 Alpha 功能。
24+
Alpha 免责声明:此命令目前处于 Alpha 阶段。
3925

4026
```
4127
kubeadm init phase certs apiserver-kubelet-client [flags]
@@ -44,7 +30,6 @@ kubeadm init phase certs apiserver-kubelet-client [flags]
4430
<!--
4531
### Options
4632
-->
47-
4833
### 选项
4934

5035
<table style="width: 100%; table-layout: fixed;">
@@ -105,7 +90,7 @@ Don't apply any changes; just output what would be done.
10590
<!--
10691
<p>help for apiserver-kubelet-client</p>
10792
-->
108-
<p>apiserver-kubelet-client 操作的帮助命令</p>
93+
<p>apiserver-kubelet-client 操作的帮助命令</p>
10994
</td>
11095
</tr>
11196

@@ -132,7 +117,6 @@ Don't apply any changes; just output what would be done.
132117
<!--
133118
### Options inherited from parent commands
134119
-->
135-
136120
### 继承于父命令的选项
137121

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

157141
</tbody>
158142
</table>
159-

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

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,27 @@
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 certificate for serving the Kubernetes API
143
-->
15-
生成用于服务 Kubernetes API 的证书
4+
生成用于服务 Kubernetes API 的证书
165

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

2311
<!--
2412
Generate the certificate for serving the Kubernetes API, and save them into apiserver.crt and apiserver.key files.
2513
-->
2614
生成用于服务 Kubernetes API 的证书,并将其保存到 apiserver.crt 和 apiserver.key 文件中。
2715

28-
2916
<!--
3017
If both files already exist, kubeadm skips the generation step and existing files will be used.
3118
-->
32-
3319
如果两个文件都已存在,则 kubeadm 将跳过生成步骤,使用现有文件。
3420

3521
<!--
3622
Alpha Disclaimer: this command is currently alpha.
3723
-->
38-
39-
Alpha 免责声明:此命令当前为 Alpha 功能。
24+
Alpha 免责声明:此命令目前处于 Alpha 阶段。
4025

4126
```
4227
kubeadm init phase certs apiserver [flags]
@@ -45,7 +30,6 @@ kubeadm init phase certs apiserver [flags]
4530
<!--
4631
### Options
4732
-->
48-
4933
### 选项
5034

5135
<table style="width: 100%; table-layout: fixed;">
@@ -142,7 +126,7 @@ Don't apply any changes; just output what would be done.
142126
<!--
143127
<p>help for apiserver</p>
144128
-->
145-
<p>apiserver 操作的帮助命令</p>
129+
<p>apiserver 操作的帮助命令</p>
146130
</td>
147131
</tr>
148132

@@ -203,7 +187,6 @@ Don't apply any changes; just output what would be done.
203187
<!--
204188
### Options inherited from parent commands
205189
-->
206-
207190
### 继承于父命令的选项
208191

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

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

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,11 @@
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 self-signed Kubernetes CA to provision identities for other Kubernetes components
143
-->
15-
生成自签名的 Kubernetes CA 以便为其他 Kubernetes 组件提供身份标识
4+
生成自签名的 Kubernetes CA 以便为其他 Kubernetes 组件提供身份标识
165

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

2311
<!--
@@ -33,7 +21,7 @@ If both files already exist, kubeadm skips the generation step and existing file
3321
<!--
3422
Alpha Disclaimer: this command is currently alpha.
3523
-->
36-
Alpha 免责声明:此命令当前为 Alpha 功能
24+
Alpha 免责声明:此命令目前处于 Alpha 阶段
3725

3826
```
3927
kubeadm init phase certs ca [flags]
@@ -42,7 +30,6 @@ kubeadm init phase certs ca [flags]
4230
<!--
4331
### Options
4432
-->
45-
4633
### 选项
4734

4835
<table style="width: 100%; table-layout: fixed;">
@@ -103,7 +90,7 @@ Don't apply any changes; just output what would be done.
10390
<!--
10491
<p>help for ca</p>
10592
-->
106-
<p>ca 操作的帮助命令</p>
93+
<p>ca 操作的帮助命令</p>
10794
</td>
10895
</tr>
10996

@@ -130,7 +117,6 @@ Don't apply any changes; just output what would be done.
130117
<!--
131118
### Options inherited from parent commands
132119
-->
133-
134120
### 继承于父命令的选项
135121

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

156142
</tbody>
157143
</table>
158-

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_etcd-ca.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,16 @@
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 self-signed CA to provision identities for etcd
143
-->
15-
生成用于为 etcd 设置身份的自签名 CA
4+
生成用于为 etcd 设置身份的自签名 CA
165

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

2311
<!--
2412
Generate the self-signed CA to provision identities for etcd, and save them into etcd/ca.crt and etcd/ca.key files.
2513
-->
26-
2714
生成用于为 etcd 设置身份的自签名 CA,并将其保存到 etcd/ca.crt 和 etcd/ca.key 文件中。
2815

2916
<!--
@@ -35,8 +22,7 @@ If both files already exist, kubeadm skips the generation step and existing file
3522
<!--
3623
Alpha Disclaimer: this command is currently alpha.
3724
-->
38-
39-
Alpha 免责声明:此命令当前为 Alpha 功能。
25+
Alpha 免责声明:此命令目前处于 Alpha 阶段。
4026

4127
```
4228
kubeadm init phase certs etcd-ca [flags]
@@ -45,7 +31,6 @@ kubeadm init phase certs etcd-ca [flags]
4531
<!--
4632
### Options
4733
-->
48-
4934
### 选项
5035

5136
<table style="width: 100%; table-layout: fixed;">
@@ -111,7 +96,7 @@ Don't apply any changes; just output what would be done.
11196
help for etcd-ca
11297
-->
11398
<p>
114-
etcd-ca 操作的帮助命令
99+
etcd-ca 操作的帮助命令
115100
</p>
116101
</td>
117102
</tr>
@@ -141,7 +126,6 @@ Choose a specific Kubernetes version for the control plane.
141126
<!--
142127
### Options inherited from parent commands
143128
-->
144-
145129
### 继承于父命令的选项
146130

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

0 commit comments

Comments
 (0)