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
+ 该文件是使用通用[生成器](https://github.com/kubernetes-sigs/reference-docs/) 从组件的 Go 源代码自动生成的。
13
+ 要了解如何生成参考文档,请阅读[参与参考文档](/docs/contribute/generate-ref-docs/)。
14
+ 要更新参考内容,请按照[贡献上游](/docs/contribute/generate-ref-docs/contribute-upstream/) 指导。
15
+ 你可以针对[参考文献](https://github.com/kubernetes-sigs/reference-docs/) 项目归档文档格式错误。
16
+ -->
1
17
2
18
<!--
3
19
### Synopsis
@@ -39,8 +55,10 @@ kubeadm config images list [flags]
39
55
<!--
40
56
If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats.
41
57
-->
58
+ <p >
42
59
如果设置为 true,则在模板中缺少字段或哈希表的键时忽略模板中的任何错误。
43
60
仅适用于 golang 和 jsonpath 输出格式。
61
+ </p >
44
62
</td >
45
63
</tr >
46
64
@@ -55,7 +73,9 @@ If true, ignore any errors in templates when a field or map key is missing in th
55
73
<!--
56
74
Output format. One of: text|json|yaml|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file.
57
75
-->
76
+ <p >
58
77
输出格式:text|json|yaml|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file 其中之一
78
+ </p >
59
79
</td >
60
80
</tr >
61
81
@@ -67,7 +87,9 @@ Output format. One of: text|json|yaml|go-template|go-template-file|template|temp
67
87
<!--
68
88
Path to a kubeadm configuration file.
69
89
-->
90
+ <p >
70
91
kubeadm 配置文件的路径。
92
+ </p >
71
93
</td >
72
94
</tr >
73
95
@@ -77,12 +99,14 @@ kubeadm 配置文件的路径。
77
99
<tr >
78
100
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
79
101
<!--
80
- A set of key=value pairs that describe feature gates for various features. Options are:<br/>IPv6DualStack =true|false (ALPHA - default=false)
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)
81
103
-->
104
+ <p >
82
105
一组键值对(key=value),用于描述各种特征。选项是:
83
- <br />Auditing=true|false (ALPHA - 默认=false)
84
- <br />CoreDNS=true|false (默认=true)
85
- <br />DynamicKubeletConfig=true|false (BETA - 默认=false)
106
+ <br />PublicKeysECDSA=true|false (ALPHA - 默认=false)
107
+ <br />RootlessControlPlane=true|false (ALPHA - 默认=false)
108
+ <br />UnversionedKubeletConfigMap=true|false (ALPHA - 默认=false)
109
+ </p >
86
110
</td >
87
111
</tr >
88
112
@@ -94,7 +118,9 @@ A set of key=value pairs that describe feature gates for various features. Optio
94
118
<!--
95
119
help for list
96
120
-->
121
+ <p >
97
122
list 操作的帮助命令
123
+ </p >
98
124
</td >
99
125
</tr >
100
126
@@ -107,24 +133,47 @@ list 操作的帮助命令
107
133
<tr >
108
134
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
109
135
<!-- Choose a container registry to pull control plane images from -->
136
+ <p >
110
137
选择要从中拉取控制平面镜像的容器仓库
138
+ </p >
111
139
</td >
112
140
</tr >
113
141
114
142
<tr >
115
143
<td colspan =" 2 " >
116
144
<!--
117
- --image-repository string Default: "k8s.gcr.io "
145
+ --kubernetes-version string Default: "stable-1 "
118
146
-->
119
147
--kubernetes-version string  ;  ;  ;  ;  ; 默认值:"stable-1"
120
148
</td >
121
149
</tr >
122
150
<tr >
123
151
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
124
152
<!--
125
- Choose a container registry to pull control plane images from
153
+ Choose a specific Kubernetes version for the control plane.
126
154
-->
155
+ <p >
127
156
为控制平面选择一个特定的 Kubernetes 版本
157
+ </p >
158
+ </td >
159
+ </tr >
160
+
161
+ <tr >
162
+ <td colspan =" 2 " >
163
+ <!--
164
+ --show-managed-fields
165
+ -->
166
+ --show-managed-fields
167
+ </td >
168
+ </tr >
169
+ <tr >
170
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
171
+ <!--
172
+ If true, keep the managedFields when printing objects in JSON or YAML format.
173
+ -->
174
+ <p >
175
+ 如果为 true,则在以 JSON 或 YAML 格式打印对象时保留 managedFields。
176
+ </p >
128
177
</td >
129
178
</tr >
130
179
@@ -158,7 +207,9 @@ Choose a container registry to pull control plane images from
158
207
<!--
159
208
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.
160
209
-->
210
+ <p >
161
211
用于和集群通信的 kubeconfig 文件。如果它没有被设置,那么 kubeadm 将会搜索一个已经存在于标准路径的 kubeconfig 文件。
212
+ </p >
162
213
</td >
163
214
</tr >
164
215
@@ -170,7 +221,9 @@ The kubeconfig file to use when talking to the cluster. If the flag is not set,
170
221
<!--
171
222
[EXPERIMENTAL] The path to the 'real' host root filesystem.
172
223
-->
224
+ <p >
173
225
[ 实验] 到 '真实' 主机根文件系统的路径。
226
+ </p >
174
227
</td >
175
228
</tr >
176
229
0 commit comments