Skip to content

Commit c8bd416

Browse files
authored
Merge pull request #43252 from windsonsea/etcdyh
[zh] Clean up kubeadm_init_phase_certs files
2 parents 5cd2910 + 76ae5bd commit c8bd416

File tree

5 files changed

+19
-100
lines changed

5 files changed

+19
-100
lines changed

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

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +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-
12-
131
<!--
142
Generate the certificate for liveness probes to healthcheck etcd
153
-->
16-
生成用于 etcd 健康检查的活跃性探针的证书
4+
生成用于 etcd 健康检查的活跃性探针的证书
175

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

2411
<!--
@@ -34,7 +21,7 @@ If both files already exist, kubeadm skips the generation step and existing file
3421
<!--
3522
Alpha Disclaimer: this command is currently alpha.
3623
-->
37-
Alpha 免责声明:此命令当前为 alpha 功能。
24+
Alpha 免责声明:此命令当前为 Alpha 功能。
3825

3926
```
4027
kubeadm init phase certs etcd-healthcheck-client [flags]
@@ -43,7 +30,6 @@ kubeadm init phase certs etcd-healthcheck-client [flags]
4330
<!--
4431
### Options
4532
-->
46-
4733
### 选项
4834

4935
<table style="width: 100%; table-layout: fixed;">
@@ -104,7 +90,7 @@ Don't apply any changes; just output what would be done.
10490
<!--
10591
<p>help for etcd-healthcheck-client</p>
10692
-->
107-
<p>etcd-healthcheck-client 操作的帮助命令</p>
93+
<p>etcd-healthcheck-client 操作的帮助命令</p>
10894
</td>
10995
</tr>
11096

@@ -131,7 +117,6 @@ Don't apply any changes; just output what would be done.
131117
<!--
132118
### Options inherited from parent commands
133119
-->
134-
135120
### 继承于父命令的选项
136121

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

156141
</tbody>
157142
</table>
158-

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

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,32 @@
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 etcd nodes to communicate with each other
143
-->
15-
生成 etcd 节点相互通信的证书
4+
生成 etcd 节点相互通信的证书
165

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

2311
<!--
2412
Generate the certificate for etcd nodes to communicate with each other, and save them into etcd/peer.crt and etcd/peer.key files.
2513
-->
26-
2714
生成 etcd 节点相互通信的证书,并将其保存到 etcd/peer.crt 和 etcd/peer.key 文件中。
2815

2916
<!--
3017
Default SANs are localhost, 127.0.0.1, 127.0.0.1, ::1
3118
-->
32-
3319
默认 SAN 为 localhost、127.0.0.1、127.0.0.1、:: 1
3420

3521
<!--
3622
If both files already exist, kubeadm skips the generation step and existing files will be used.
3723
-->
38-
3924
如果两个文件都已存在,则 kubeadm 将跳过生成步骤,使用现有文件。
4025

4126
<!--
4227
Alpha Disclaimer: this command is currently alpha.
4328
-->
44-
45-
Alpha 免责声明:此命令当前为 alpha 功能。
29+
Alpha 免责声明:此命令当前为 Alpha 功能。
4630

4731
```
4832
kubeadm init phase certs etcd-peer [flags]
@@ -51,7 +35,6 @@ kubeadm init phase certs etcd-peer [flags]
5135
<!--
5236
### Options
5337
-->
54-
5538
### 选项
5639

5740
<table style="width: 100%; table-layout: fixed;">
@@ -112,7 +95,7 @@ Don't apply any changes; just output what would be done.
11295
<!--
11396
<p>help for etcd-peer</p>
11497
-->
115-
<p>etcd-peer 操作的帮助命令</p>
98+
<p>etcd-peer 操作的帮助命令</p>
11699
</td>
117100
</tr>
118101

@@ -139,7 +122,6 @@ Don't apply any changes; just output what would be done.
139122
<!--
140123
### Options inherited from parent commands
141124
-->
142-
143125
### 继承于父命令的选项
144126

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

164146
</tbody>
165147
</table>
166-

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

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
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 certificate for serving etcd
153
-->
16-
生成用于提供 etcd 服务的证书
4+
生成用于提供 etcd 服务的证书
175

186
<!--
197
### Synopsis
208
-->
219
### 概要
2210

23-
2411
<!--
2512
Generate the certificate for serving etcd, and save them into etcd/server.crt and etcd/server.key files.
2613
-->
@@ -39,7 +26,7 @@ If both files already exist, kubeadm skips the generation step and existing file
3926
<!--
4027
Alpha Disclaimer: this command is currently alpha.
4128
-->
42-
Alpha 免责声明:此命令当前为 alpha 功能。
29+
Alpha 免责声明:此命令当前为 Alpha 功能。
4330

4431
```
4532
kubeadm init phase certs etcd-server [flags]
@@ -106,7 +93,7 @@ kubeadm init phase certs etcd-server [flags]
10693
<!--
10794
<p>help for etcd-server</p>
10895
-->
109-
<p>etcd-server 操作的帮助命令<p>
96+
<p>etcd-server 操作的帮助命令<p>
11097
</td>
11198
</tr>
11299

@@ -130,8 +117,6 @@ kubeadm init phase certs etcd-server [flags]
130117
</tbody>
131118
</table>
132119

133-
134-
135120
<!--
136121
### Options inherited from parent commands
137122
-->
@@ -158,4 +143,3 @@ kubeadm init phase certs etcd-server [flags]
158143

159144
</tbody>
160145
</table>
161-

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

Lines changed: 3 additions & 21 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 self-signed CA to provision identities for front proxy
143
-->
15-
生成自签名 CA 来提供前端代理的身份
4+
生成自签名 CA 来提供前端代理的身份
165

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

2311
<!--
2412
Generate the self-signed CA to provision identities for front proxy, and save them into front-proxy-ca.cert and front-proxy-ca.key files.
2513
-->
26-
2714
生成自签名 CA 来提供前端代理的身份,并将其保存到 front-proxy-ca.cert 和 front-proxy-ca.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 front-proxy-ca [flags]
@@ -45,7 +30,6 @@ kubeadm init phase certs front-proxy-ca [flags]
4530
<!--
4631
### Options
4732
-->
48-
4933
### 选项
5034

5135
<table style="width: 100%; table-layout: fixed;">
@@ -106,7 +90,7 @@ Don't apply any changes; just output what would be done.
10690
<!--
10791
<p>help for front-proxy-ca</p>
10892
-->
109-
<p>front-proxy-ca 操作的帮助命令</p>
93+
<p>front-proxy-ca 操作的帮助命令</p>
11094
</td>
11195
</tr>
11296

@@ -133,7 +117,6 @@ Don't apply any changes; just output what would be done.
133117
<!--
134118
### Options inherited from parent commands
135119
-->
136-
137120
### 从父命令继承的选项
138121

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

158141
</tbody>
159142
</table>
160-

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_front-proxy-client.md

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,25 @@
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 the front proxy client
143
-->
15-
为前端代理客户端生成证书
4+
为前端代理客户端生成证书
165

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

2311
<!--
2412
Generate the certificate for the front proxy client, and save them into front-proxy-client.crt and front-proxy-client.key files.
13+
2514
If both files already exist, kubeadm skips the generation step and existing files will be used.
15+
2616
Alpha Disclaimer: this command is currently alpha.
2717
-->
28-
2918
为前端代理客户端生成证书,并将其保存到 front-proxy-client.crt 和 front-proxy-client.key 文件中。
19+
3020
如果两个文件都已存在,kubeadm 将跳过生成步骤并将使用现有文件。
31-
Alpha 免责声明:此命令目前是 alpha 阶段。
21+
22+
Alpha 免责声明:此命令目前是 Alpha 阶段。
3223

3324
```
3425
kubeadm init phase certs front-proxy-client [flags]
@@ -37,7 +28,6 @@ kubeadm init phase certs front-proxy-client [flags]
3728
<!--
3829
### Options
3930
-->
40-
4131
### 选项
4232

4333
<table style="width: 100%; table-layout: fixed;">
@@ -95,7 +85,7 @@ kubeadm init phase certs front-proxy-client [flags]
9585
<!--
9686
<p>help for front-proxy-client</p>
9787
-->
98-
<p>front-proxy-client 操作的帮助命令</p>
88+
<p>front-proxy-client 操作的帮助命令</p>
9989
</td>
10090
</tr>
10191

@@ -122,7 +112,6 @@ kubeadm init phase certs front-proxy-client [flags]
122112
<!--
123113
### Options inherited from parent commands
124114
-->
125-
126115
### 从父命令继承的选项
127116

128117
<table style="width: 100%; table-layout: fixed;">
@@ -146,4 +135,3 @@ kubeadm init phase certs front-proxy-client [flags]
146135

147136
</tbody>
148137
</table>
149-

0 commit comments

Comments
 (0)