Merge pull request #33469 from nameYULI/yl5
[zh]Update content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_config_images_pull.mdpull/33480/head
commit
8c980f042b
|
@ -1,3 +1,24 @@
|
|||
<!--
|
||||
The file is auto-generated from the Go source code of the component using a generic
|
||||
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
|
||||
to generate the reference documentation, please read
|
||||
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
|
||||
To update the reference conent, please follow the
|
||||
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
|
||||
guide. You can file document formatting bugs against the
|
||||
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
|
||||
-->
|
||||
<!--
|
||||
该文件是使用通用[生成器](https://github.com/kubernetes-sigs/reference-docs/) 从组件的 Go 源代码自动生成的。
|
||||
要了解如何生成参考文档,请阅读[参与参考文档](/docs/contribute/generate-ref-docs/)。
|
||||
要更新参考内容,请按照[贡献上游](/docs/contribute/generate-ref-docs/contribute-upstream/) 指导。
|
||||
你可以针对[参考文献](https://github.com/kubernetes-sigs/reference-docs/) 项目归档文档格式错误。
|
||||
-->
|
||||
|
||||
<!--
|
||||
Pull images used by kubeadm
|
||||
-->
|
||||
拉取 kubeadm 使用的镜像。
|
||||
|
||||
<!--
|
||||
### Synopsis
|
||||
|
@ -36,7 +57,9 @@ kubeadm config images pull [flags]
|
|||
<!--
|
||||
Path to a kubeadm configuration file.
|
||||
-->
|
||||
<p>
|
||||
kubeadm 配置文件的路径。
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -48,7 +71,9 @@ kubeadm 配置文件的路径。
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
<p>
|
||||
要连接的 CRI 套接字的路径。如果为空,则 kubeadm 将尝试自动检测此值;仅当安装了多个 CRI 或具有非标准 CRI 插槽时,才使用此选项。
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -58,9 +83,12 @@ Path to the CRI socket to connect. If empty kubeadm will try to auto-detect this
|
|||
<tr>
|
||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||
<!--
|
||||
A set of key=value pairs that describe feature gates for various features. Options are:<br/>IPv6DualStack=true|false (ALPHA - default=false)
|
||||
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)
|
||||
-->
|
||||
一系列键值对(key=value),用于描述各种特征。可选项是:<br/>IPv6DualStack=true|false (ALPHA - 默认值=false)
|
||||
一系列键值对(key=value),用于描述各种特征。可选项是:
|
||||
<br/>PublicKeysECDSA=true|false (ALPHA - 默认值=false)
|
||||
<br/>RootlessControlPlane=true|false (ALPHA - 默认值=false)
|
||||
<br/>UnversionedKubeletConfigMap=true|false (BETA - 默认值=true)
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -72,7 +100,9 @@ A set of key=value pairs that describe feature gates for various features. Optio
|
|||
<!--
|
||||
help for pull
|
||||
-->
|
||||
<p>
|
||||
pull 操作的帮助命令
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -89,7 +119,9 @@ pull 操作的帮助命令
|
|||
<!--
|
||||
Choose a container registry to pull control plane images from
|
||||
-->
|
||||
<p>
|
||||
选择用于拉取控制平面镜像的容器仓库
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -106,7 +138,9 @@ Choose a container registry to pull control plane images from
|
|||
<!--
|
||||
Choose a specific Kubernetes version for the control plane.
|
||||
-->
|
||||
<p>
|
||||
为控制平面选择一个特定的 Kubernetes 版本。
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -139,7 +173,9 @@ Choose a specific Kubernetes version for the control plane.
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
<p>
|
||||
用于和集群通信的 kubeconfig 文件。如果它没有被设置,那么 kubeadm 将会搜索一个已经存在于标准路径的 kubeconfig 文件。
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -151,7 +187,9 @@ The kubeconfig file to use when talking to the cluster. If the flag is not set,
|
|||
<!--
|
||||
[EXPERIMENTAL] The path to the 'real' host root filesystem.
|
||||
-->
|
||||
<p>
|
||||
[实验] 到 '真实' 主机根文件系统的路径。
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
|
Loading…
Reference in New Issue