Skip to content

Commit f7d8414

Browse files
authored
Merge pull request #33482 from nameYULI/yl7
[zh]Update content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_addon_all.md
2 parents 30802fc + 7e40161 commit f7d8414

File tree

1 file changed

+45
-4
lines changed

1 file changed

+45
-4
lines changed

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

Lines changed: 45 additions & 4 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+
Install all the addons
14+
-->
15+
安装所有插件
116

217
<!--
318
### Synopsis
@@ -36,7 +51,9 @@ kubeadm init phase addon all [flags]
3651
<!--
3752
The IP address the API Server will advertise it's listening on. If not set the default network interface will be used.
3853
-->
54+
<p>
3955
API 服务器所公布的其正在监听的 IP 地址。如果未设置,则将使用默认网络接口。
56+
</p>
4057
</td>
4158
</tr>
4259

@@ -53,7 +70,9 @@ API 服务器所公布的其正在监听的 IP 地址。如果未设置,则将
5370
<!--
5471
Port for the API Server to bind to.
5572
-->
73+
<p>
5674
API 服务器绑定的端口。
75+
</p>
5776
</td>
5877
</tr>
5978

@@ -65,7 +84,9 @@ API 服务器绑定的端口。
6584
<!--
6685
Path to a kubeadm configuration file.
6786
-->
87+
<p>
6888
kubeadm 配置文件的路径。
89+
</p>
6990
</td>
7091
</tr>
7192

@@ -77,7 +98,9 @@ kubeadm 配置文件的路径。
7798
<!--
7899
Specify a stable IP address or DNS name for the control plane.
79100
-->
101+
<p>
80102
为控制平面指定一个稳定的 IP 地址或 DNS 名称。
103+
</p>
81104
</td>
82105
</tr>
83106

@@ -87,9 +110,12 @@ Specify a stable IP address or DNS name for the control plane.
87110
<tr>
88111
<td></td><td style="line-height: 130%; word-wrap: break-word;">
89112
<!--
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)
91114
-->
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)
93119
</td>
94120
</tr>
95121

@@ -100,7 +126,10 @@ A set of key=value pairs that describe feature gates for various features. Optio
100126
<td></td><td style="line-height: 130%; word-wrap: break-word;">
101127
<!--
102128
help for all
129+
-->
130+
<p>
103131
all 操作的帮助命令
132+
</p>
104133
</td>
105134
</tr>
106135

@@ -117,7 +146,9 @@ all 操作的帮助命令
117146
<!--
118147
Choose a container registry to pull control plane images from
119148
-->
149+
<p>
120150
选择用于拉取控制平面镜像的容器仓库
151+
</p>
121152
</td>
122153
</tr>
123154

@@ -134,7 +165,9 @@ Choose a container registry to pull control plane images from
134165
<!--
135166
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.
136167
-->
168+
<p>
137169
与集群通信时使用的 kubeconfig 文件。如果未设置该参数,则可以在一组标准位置中搜索现有的 kubeconfig 文件。
170+
</p>
138171
</td>
139172
</tr>
140173

@@ -151,7 +184,9 @@ The kubeconfig file to use when talking to the cluster. If the flag is not set,
151184
<!--
152185
Choose a specific Kubernetes version for the control plane.
153186
-->
187+
<p>
154188
为控制平面选择特定的 Kubernetes 版本。
189+
</p>
155190
</td>
156191
</tr>
157192

@@ -163,7 +198,9 @@ Choose a specific Kubernetes version for the control plane.
163198
<!--
164199
Specify range of IP addresses for the pod network. If set, the control plane will automatically allocate CIDRs for every node.
165200
-->
201+
<p>
166202
指定 Pod 网络的 IP 地址范围。如果已设置,控制平面将自动为每个节点分配 CIDR。
203+
</p>
167204
</td>
168205
</tr>
169206

@@ -180,7 +217,9 @@ Specify range of IP addresses for the pod network. If set, the control plane wil
180217
<!--
181218
Use alternative range of IP address for service VIPs.
182219
-->
220+
<p>
183221
为服务 VIP 使用 IP 地址的其他范围。
222+
</p>
184223
</td>
185224
</tr>
186225

@@ -195,9 +234,9 @@ Use alternative range of IP address for service VIPs.
195234
<tr>
196235
<td></td><td style="line-height: 130%; word-wrap: break-word;">
197236
<!--
198-
Use alternative domain for services, e.g. "myorg.internal".
237+
Use alternative domain for services, e.g. &quot;myorg.internal&quot;.
199238
-->
200-
为服务使用其他域名,例如 "myorg.internal"
239+
为服务使用其他域名,例如 &quot;myorg.internal&quot;
201240
</td>
202241
</tr>
203242

@@ -225,7 +264,9 @@ Use alternative domain for services, e.g. "myorg.internal".
225264
<!--
226265
[EXPERIMENTAL] The path to the 'real' host root filesystem.
227266
-->
267+
<p>
228268
[实验] 到 '真实' 主机根文件系统的路径。
269+
</p>
229270
</td>
230271
</tr>
231272

0 commit comments

Comments
 (0)