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
+ Install all the addons
14
+ -->
15
+ 安装所有插件
1
16
2
17
<!--
3
18
### Synopsis
@@ -36,7 +51,9 @@ kubeadm init phase addon all [flags]
36
51
<!--
37
52
The IP address the API Server will advertise it's listening on. If not set the default network interface will be used.
38
53
-->
54
+ <p >
39
55
API 服务器所公布的其正在监听的 IP 地址。如果未设置,则将使用默认网络接口。
56
+ </p >
40
57
</td >
41
58
</tr >
42
59
@@ -53,7 +70,9 @@ API 服务器所公布的其正在监听的 IP 地址。如果未设置,则将
53
70
<!--
54
71
Port for the API Server to bind to.
55
72
-->
73
+ <p >
56
74
API 服务器绑定的端口。
75
+ </p >
57
76
</td >
58
77
</tr >
59
78
@@ -65,7 +84,9 @@ API 服务器绑定的端口。
65
84
<!--
66
85
Path to a kubeadm configuration file.
67
86
-->
87
+ <p >
68
88
kubeadm 配置文件的路径。
89
+ </p >
69
90
</td >
70
91
</tr >
71
92
@@ -77,7 +98,9 @@ kubeadm 配置文件的路径。
77
98
<!--
78
99
Specify a stable IP address or DNS name for the control plane.
79
100
-->
101
+ <p >
80
102
为控制平面指定一个稳定的 IP 地址或 DNS 名称。
103
+ </p >
81
104
</td >
82
105
</tr >
83
106
@@ -87,9 +110,12 @@ Specify a stable IP address or DNS name for the control plane.
87
110
<tr >
88
111
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
89
112
<!--
90
- A set of key=value pairs that describe feature gates for various features. Options are:<br/>IPv6DualStack =true|false (ALPHA - default=false)
113
+ 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 )
91
114
-->
92
- 一组键值对(key=value),描述了各种特征。选项包括:<br />IPv6DualStack=true|false (ALPHA - 默认值=false)
115
+ 一组键值对(key=value),描述了各种特征。选项包括:
116
+ <br />PublicKeysECDSA=true|false (ALPHA - 默认值=false)
117
+ <br />RootlessControlPlane=true|false (ALPHA - 默认值=false)
118
+ <br />UnversionedKubeletConfigMap=true|false (BETA - 默认值=true)
93
119
</td >
94
120
</tr >
95
121
@@ -100,7 +126,10 @@ A set of key=value pairs that describe feature gates for various features. Optio
100
126
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
101
127
<!--
102
128
help for all
129
+ -->
130
+ <p >
103
131
all 操作的帮助命令
132
+ </p >
104
133
</td >
105
134
</tr >
106
135
@@ -117,7 +146,9 @@ all 操作的帮助命令
117
146
<!--
118
147
Choose a container registry to pull control plane images from
119
148
-->
149
+ <p >
120
150
选择用于拉取控制平面镜像的容器仓库
151
+ </p >
121
152
</td >
122
153
</tr >
123
154
@@ -134,7 +165,9 @@ Choose a container registry to pull control plane images from
134
165
<!--
135
166
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.
136
167
-->
168
+ <p >
137
169
与集群通信时使用的 kubeconfig 文件。如果未设置该参数,则可以在一组标准位置中搜索现有的 kubeconfig 文件。
170
+ </p >
138
171
</td >
139
172
</tr >
140
173
@@ -151,7 +184,9 @@ The kubeconfig file to use when talking to the cluster. If the flag is not set,
151
184
<!--
152
185
Choose a specific Kubernetes version for the control plane.
153
186
-->
187
+ <p >
154
188
为控制平面选择特定的 Kubernetes 版本。
189
+ </p >
155
190
</td >
156
191
</tr >
157
192
@@ -163,7 +198,9 @@ Choose a specific Kubernetes version for the control plane.
163
198
<!--
164
199
Specify range of IP addresses for the pod network. If set, the control plane will automatically allocate CIDRs for every node.
165
200
-->
201
+ <p >
166
202
指定 Pod 网络的 IP 地址范围。如果已设置,控制平面将自动为每个节点分配 CIDR。
203
+ </p >
167
204
</td >
168
205
</tr >
169
206
@@ -180,7 +217,9 @@ Specify range of IP addresses for the pod network. If set, the control plane wil
180
217
<!--
181
218
Use alternative range of IP address for service VIPs.
182
219
-->
220
+ <p >
183
221
为服务 VIP 使用 IP 地址的其他范围。
222
+ </p >
184
223
</td >
185
224
</tr >
186
225
@@ -195,9 +234,9 @@ Use alternative range of IP address for service VIPs.
195
234
<tr >
196
235
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
197
236
<!--
198
- Use alternative domain for services, e.g. " myorg.internal" .
237
+ Use alternative domain for services, e.g. " myorg.internal" .
199
238
-->
200
- 为服务使用其他域名,例如 " myorg.internal" 。
239
+ 为服务使用其他域名,例如 & quot ; myorg.internal& quot ; 。
201
240
</td >
202
241
</tr >
203
242
@@ -225,7 +264,9 @@ Use alternative domain for services, e.g. "myorg.internal".
225
264
<!--
226
265
[EXPERIMENTAL] The path to the 'real' host root filesystem.
227
266
-->
267
+ <p >
228
268
[ 实验] 到 '真实' 主机根文件系统的路径。
269
+ </p >
229
270
</td >
230
271
</tr >
231
272
0 commit comments