Skip to content

Commit 463f6c0

Browse files
committed
[zh]Sync kubeadm-6
[zh]Sync kubeadm-6
1 parent 4c7c7b8 commit 463f6c0

File tree

8 files changed

+91
-102
lines changed

8 files changed

+91
-102
lines changed

content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_certs_renew_etcd-healthcheck-client.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,3 @@ kubeadm certs renew etcd-healthcheck-client [flags]
8787

8888
</tbody>
8989
</table>
90-
91-
92-

content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_certs_renew_etcd-peer.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,3 @@ kubeadm certs renew etcd-peer [flags]
8787

8888
</tbody>
8989
</table>
90-
91-
92-

content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_config_images_list.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,3 @@ kubeadm config images list [flags]
116116

117117
</tbody>
118118
</table>
119-
120-
121-

content/en/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_node_phase.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,3 @@ Use this command to invoke single phase of the node workflow
5656

5757
</tbody>
5858
</table>
59-
60-
61-

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

Lines changed: 26 additions & 39 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+
Renew the certificate for liveness probes to healthcheck etcd
14+
-->
15+
续订存活态探针的证书,用于对 etcd 执行健康检查
116

217
<!--
318
### Synopsis
@@ -21,7 +36,7 @@ Renewal by default tries to use the certificate authority in the local PKI manag
2136
也可以使用 K8s certificate API 进行证书续订,或者(作为最后一种选择)生成 CSR 请求。
2237

2338
<!--
24-
After renewal, in order to make changes effective, is is required to restart control-plane components and eventually re-distribute the renewed certificate in case the file is used elsewhere.
39+
After renewal, in order to make changes effective, is required to restart control-plane components and eventually re-distribute the renewed certificate in case the file is used elsewhere.
2540
-->
2641
续订后,为了使更改生效,需要重新启动控制平面组件,并最终重新分发更新的证书,以防证书文件在其他地方使用。
2742

@@ -54,7 +69,9 @@ kubeadm certs renew etcd-healthcheck-client [flags]
5469
<!--
5570
The path where to save the certificates.
5671
-->
72+
<p>
5773
保存证书的路径。
74+
</p>
5875
</td>
5976
</tr>
6077

@@ -66,33 +83,10 @@ The path where to save the certificates.
6683
<!--
6784
Path to a kubeadm configuration file.
6885
-->
86+
<p>
6987
kubeadm 配置文件的路径。
88+
</p>
7089
</td>
71-
</tr>
72-
73-
<tr>
74-
<td colspan="2">--csr-dir string</td>
75-
</tr>
76-
<tr>
77-
<td></td><td style="line-height: 130%; word-wrap: break-word;">
78-
<!--
79-
The path to output the CSRs and private keys to
80-
-->
81-
CSR 和私钥的输出路径
82-
</td>
83-
</tr>
84-
85-
<tr>
86-
<td colspan="2">--csr-only</td>
87-
</tr>
88-
<tr>
89-
<td></td><td style="line-height: 130%; word-wrap: break-word;">
90-
<!--
91-
Create CSRs instead of generating certificates
92-
-->
93-
创建 CSR 而不是生成证书
94-
</td>
95-
</tr>
9690

9791
<tr>
9892
<td colspan="2">-h, --help</td>
@@ -102,7 +96,9 @@ Create CSRs instead of generating certificates
10296
<!--
10397
help for etcd-healthcheck-client
10498
-->
99+
<p>
105100
etcd-healthcheck-client 操作的帮助命令
101+
</p>
106102
</td>
107103
</tr>
108104

@@ -119,20 +115,10 @@ etcd-healthcheck-client 操作的帮助命令
119115
<!--
120116
The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file.
121117
-->
118+
<p>
122119
与集群通信时使用的 kubeconfig 文件。
123120
如果未设置该参数,则可以在一组标准位置中搜索现有的 kubeconfig 文件。
124-
</td>
125-
</tr>
126-
127-
<tr>
128-
<td colspan="2">--use-api</td>
129-
</tr>
130-
<tr>
131-
<td></td><td style="line-height: 130%; word-wrap: break-word;">
132-
<!--
133-
Use the Kubernetes certificate API to renew certificates
134-
-->
135-
使用 Kubernetes 证书 API 续订证书
121+
</p>
136122
</td>
137123
</tr>
138124

@@ -159,10 +145,11 @@ Use the Kubernetes certificate API to renew certificates
159145
<!--
160146
[EXPERIMENTAL] The path to the 'real' host root filesystem.
161147
-->
148+
<p>
162149
[实验] 到 '真实' 主机根文件系统的路径。
150+
</p>
163151
</td>
164152
</tr>
165153

166154
</tbody>
167155
</table>
168-

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

Lines changed: 24 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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+
<!--
14+
Renew the certificate for etcd nodes to communicate with each other
15+
-->
16+
续订 etcd 节点间用来相互通信的证书
117

218
<!--
319
### Synopsis
@@ -54,7 +70,9 @@ kubeadm certs renew etcd-peer [flags]
5470
<!--
5571
The path where to save the certificates.
5672
-->
73+
<p>
5774
保存证书的路径。
75+
</p>
5876
</td>
5977
</tr>
6078

@@ -66,31 +84,9 @@ The path where to save the certificates.
6684
<!--
6785
Path to a kubeadm configuration file.
6886
-->
87+
<p>
6988
kubeadm 配置文件的路径。
70-
</td>
71-
</tr>
72-
73-
<tr>
74-
<td colspan="2">--csr-dir string</td>
75-
</tr>
76-
<tr>
77-
<td></td><td style="line-height: 130%; word-wrap: break-word;">
78-
<!--
79-
The path to output the CSRs and private keys to
80-
-->
81-
CSR 和私钥的输出路径
82-
</td>
83-
</tr>
84-
85-
<tr>
86-
<td colspan="2">--csr-only</td>
87-
</tr>
88-
<tr>
89-
<td></td><td style="line-height: 130%; word-wrap: break-word;">
90-
<!--
91-
Create CSRs instead of generating certificates
92-
-->
93-
创建 CSR 而不是生成证书
89+
</p>
9490
</td>
9591
</tr>
9692

@@ -119,22 +115,16 @@ etcd-peer 操作的帮助命令
119115
<!--
120116
The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file.
121117
-->
118+
<p>
122119
与集群通信时使用的 kubeconfig 文件。
123120
如果未设置该参数,则可以在一组标准位置中搜索现有的 kubeconfig 文件。
121+
</p>
124122
</td>
125123
</tr>
126124

127125
<tr>
128126
<td colspan="2">--use-api</td>
129127
</tr>
130-
<tr>
131-
<td></td><td style="line-height: 130%; word-wrap: break-word;">
132-
<!--
133-
Use the Kubernetes certificate API to renew certificates
134-
-->
135-
使用 Kubernetes 证书 API 续订证书
136-
</td>
137-
</tr>
138128

139129
</tbody>
140130
</table>
@@ -159,10 +149,11 @@ Use the Kubernetes certificate API to renew certificates
159149
<!--
160150
[EXPERIMENTAL] The path to the 'real' host root filesystem.
161151
-->
152+
<p>
162153
[实验] 到 '真实' 主机根文件系统的路径。
154+
</p>
163155
</td>
164156
</tr>
165157

166158
</tbody>
167159
</table>
168-

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

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,21 @@ guide. You can file document formatting bugs against the
1616
-->
1717

1818
<!--
19+
20+
<!--
21+
Print a list of images kubeadm will use. The configuration file is used in case any images or image repositories are customized
22+
-->
23+
打印 kubeadm 要使用的镜像列表。配置文件用于自定义镜像或镜像存储库
24+
1925
### Synopsis
2026
-->
2127

2228
### 概要
2329

2430
<!--
25-
Print a list of images kubeadm will use. The configuration file is used in case any images or image repositories are customized.
31+
Print a list of images kubeadm will use. The configuration file is used in case any images or image repositories are customized
2632
-->
27-
28-
打印 kubeadm 要使用的镜像列表。配置文件用于自定义任何镜像或镜像存储库。
33+
打印 kubeadm 要使用的镜像列表。配置文件用于自定义镜像或镜像存储库
2934

3035
```
3136
kubeadm config images list [flags]
@@ -63,49 +68,49 @@ If true, ignore any errors in templates when a field or map key is missing in th
6368
</tr>
6469

6570
<tr>
66-
<td colspan="2">
67-
<!-- -o, --experimental-output string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "text" -->
68-
-o, --experimental-output string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;默认值:"text"
69-
</td>
71+
<td colspan="2">--config string</td>
7072
</tr>
7173
<tr>
7274
<td></td><td style="line-height: 130%; word-wrap: break-word;">
73-
<!--
74-
Output format. One of: text|json|yaml|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
75+
<!--
76+
Path to a kubeadm configuration file.
7577
-->
7678
<p>
77-
输出格式:text|json|yaml|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file 其中之一
79+
kubeadm 配置文件的路径。
7880
</p>
7981
</td>
8082
</tr>
81-
8283
<tr>
83-
<td colspan="2">--config string</td>
84+
<td colspan="2">
85+
<!-- -o, --experimental-output string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "text" -->
86+
-o, --experimental-output string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;默认值:"text"
87+
</td>
8488
</tr>
8589
<tr>
8690
<td></td><td style="line-height: 130%; word-wrap: break-word;">
87-
<!--
88-
Path to a kubeadm configuration file.
91+
<!--
92+
Output format. One of: text|json|yaml|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
8993
-->
9094
<p>
91-
kubeadm 配置文件的路径。
95+
输出格式:text|json|yaml|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file 其中之一
9296
</p>
9397
</td>
9498
</tr>
9599

100+
96101
<tr>
97102
<td colspan="2">--feature-gates string</td>
98103
</tr>
99104
<tr>
100105
<td></td><td style="line-height: 130%; word-wrap: break-word;">
101106
<!--
102-
A set of key=value pairs that describe feature gates for various features. Options are:<br/>PublicKeysECDSA=true|false (ALPHA - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>UnversionedKubeletConfigMap=true|false (ALPHA - default=false)
107+
A set of key=value pairs that describe feature gates for various features. Options are:<br/>PublicKeysECDSA=true|false (ALPHA - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>UnversionedKubeletConfigMap=true|false (BETA - default=true)
103108
-->
104109
<p>
105110
一组键值对(key=value),用于描述各种特征。选项是:
106111
<br/>PublicKeysECDSA=true|false (ALPHA - 默认=false)
107112
<br/>RootlessControlPlane=true|false (ALPHA - 默认=false)
108-
<br/>UnversionedKubeletConfigMap=true|false (ALPHA - 默认=false)
113+
<br/>UnversionedKubeletConfigMap=true|false (BETA - 默认=true)
109114
</p>
110115
</td>
111116
</tr>
@@ -184,7 +189,6 @@ If true, keep the managedFields when printing objects in JSON or YAML format.
184189
<!--
185190
### Options inherited from parent commands
186191
-->
187-
188192
### 从父命令继承的选项
189193

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

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

Lines changed: 19 additions & 0 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+
Use this command to invoke single phase of the node workflow
14+
-->
15+
使用此命令调用 node 工作流的某个阶段
116

217
<!--
318
### Synopsis
@@ -32,7 +47,9 @@ Use this command to invoke single phase of the node workflow
3247
<!--
3348
help for phase
3449
-->
50+
<p>
3551
phase 操作的帮助命令
52+
</p>
3653
</td>
3754
</tr>
3855

@@ -59,7 +76,9 @@ phase 操作的帮助命令
5976
<!--
6077
[EXPERIMENTAL] The path to the 'real' host root filesystem.
6178
-->
79+
<p>
6280
[实验] 指向 '真实' 宿主机根文件系统的路径。
81+
</p>
6382
</td>
6483
</tr>
6584

0 commit comments

Comments
 (0)