Skip to content

Commit 8c980f0

Browse files
authored
Merge pull request #33469 from nameYULI/yl5
[zh]Update content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_config_images_pull.md
2 parents 5e4c789 + d720f89 commit 8c980f0

File tree

1 file changed

+40
-2
lines changed

1 file changed

+40
-2
lines changed

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

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
-->
17+
18+
<!--
19+
Pull images used by kubeadm
20+
-->
21+
拉取 kubeadm 使用的镜像。
122

223
<!--
324
### Synopsis
@@ -36,7 +57,9 @@ kubeadm config images pull [flags]
3657
<!--
3758
Path to a kubeadm configuration file.
3859
-->
60+
<p>
3961
kubeadm 配置文件的路径。
62+
</p>
4063
</td>
4164
</tr>
4265

@@ -48,7 +71,9 @@ kubeadm 配置文件的路径。
4871
<!--
4972
Path to the CRI socket to connect. If empty kubeadm will try to auto-detect this value; use this option only if you have more than one CRI installed or if you have non-standard CRI socket.
5073
-->
74+
<p>
5175
要连接的 CRI 套接字的路径。如果为空,则 kubeadm 将尝试自动检测此值;仅当安装了多个 CRI 或具有非标准 CRI 插槽时,才使用此选项。
76+
</p>
5277
</td>
5378
</tr>
5479

@@ -58,9 +83,12 @@ Path to the CRI socket to connect. If empty kubeadm will try to auto-detect this
5883
<tr>
5984
<td></td><td style="line-height: 130%; word-wrap: break-word;">
6085
<!--
61-
A set of key=value pairs that describe feature gates for various features. Options are:<br/>IPv6DualStack=true|false (ALPHA - default=false)
86+
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)
6287
-->
63-
一系列键值对(key=value),用于描述各种特征。可选项是:<br/>IPv6DualStack=true|false (ALPHA - 默认值=false)
88+
一系列键值对(key=value),用于描述各种特征。可选项是:
89+
<br/>PublicKeysECDSA=true|false (ALPHA - 默认值=false)
90+
<br/>RootlessControlPlane=true|false (ALPHA - 默认值=false)
91+
<br/>UnversionedKubeletConfigMap=true|false (BETA - 默认值=true)
6492
</td>
6593
</tr>
6694

@@ -72,7 +100,9 @@ A set of key=value pairs that describe feature gates for various features. Optio
72100
<!--
73101
help for pull
74102
-->
103+
<p>
75104
pull 操作的帮助命令
105+
</p>
76106
</td>
77107
</tr>
78108

@@ -89,7 +119,9 @@ pull 操作的帮助命令
89119
<!--
90120
Choose a container registry to pull control plane images from
91121
-->
122+
<p>
92123
选择用于拉取控制平面镜像的容器仓库
124+
</p>
93125
</td>
94126
</tr>
95127

@@ -106,7 +138,9 @@ Choose a container registry to pull control plane images from
106138
<!--
107139
Choose a specific Kubernetes version for the control plane.
108140
-->
141+
<p>
109142
为控制平面选择一个特定的 Kubernetes 版本。
143+
</p>
110144
</td>
111145
</tr>
112146

@@ -139,7 +173,9 @@ Choose a specific Kubernetes version for the control plane.
139173
<!--
140174
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.
141175
-->
176+
<p>
142177
用于和集群通信的 kubeconfig 文件。如果它没有被设置,那么 kubeadm 将会搜索一个已经存在于标准路径的 kubeconfig 文件。
178+
</p>
143179
</td>
144180
</tr>
145181

@@ -151,7 +187,9 @@ The kubeconfig file to use when talking to the cluster. If the flag is not set,
151187
<!--
152188
[EXPERIMENTAL] The path to the 'real' host root filesystem.
153189
-->
190+
<p>
154191
[实验] 到 '真实' 主机根文件系统的路径。
192+
</p>
155193
</td>
156194
</tr>
157195

0 commit comments

Comments
 (0)