[zh] sync v1.24 kubeadm-15
This commit is contained in:
+26
-35
@@ -1,3 +1,18 @@
|
|||||||
|
<!--
|
||||||
|
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.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Renew all available certificates
|
||||||
|
-->
|
||||||
|
续订所有可用证书
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
### Synopsis
|
### Synopsis
|
||||||
@@ -36,9 +51,9 @@ kubeadm certs renew all [flags]
|
|||||||
<tr>
|
<tr>
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
<!--
|
<!--
|
||||||
The path where to save and store the certificates.
|
<p>The path where to save and store the certificates.</p>
|
||||||
-->
|
-->
|
||||||
存储证书的路径。
|
<p>存储证书的路径。</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -48,33 +63,9 @@ The path where to save and store the certificates.
|
|||||||
<tr>
|
<tr>
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
<!--
|
<!--
|
||||||
Path to a kubeadm configuration file.
|
<p>Path to a kubeadm configuration file.</p>
|
||||||
-->
|
-->
|
||||||
kubeadm 配置文件的路径。
|
<p>kubeadm 配置文件的路径。</p>
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td colspan="2">--csr-dir string</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
|
||||||
<!--
|
|
||||||
The path to output the CSRs and private keys to
|
|
||||||
-->
|
|
||||||
输出 CSR 和私钥的路径
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td colspan="2">--csr-only</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
|
||||||
<!--
|
|
||||||
Create CSRs instead of generating certificates
|
|
||||||
-->
|
|
||||||
创建 CSR 而不是生成证书
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -84,9 +75,9 @@ Create CSRs instead of generating certificates
|
|||||||
<tr>
|
<tr>
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
<!--
|
<!--
|
||||||
help for all
|
<p>help for all</p>
|
||||||
-->
|
-->
|
||||||
all 操作的帮助命令
|
<p>all 操作的帮助命令</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -101,10 +92,10 @@ all 操作的帮助命令
|
|||||||
<tr>
|
<tr>
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
<!--
|
<!--
|
||||||
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>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 文件。
|
<p>与集群通信时使用的 kubeconfig 文件。
|
||||||
如果未设置该参数,则可以在一组标准位置中搜索现有的 kubeconfig 文件。
|
如果未设置该参数,则可以在一组标准位置中搜索现有的 kubeconfig 文件。</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -141,9 +132,9 @@ Use the Kubernetes certificate API to renew certificates
|
|||||||
<tr>
|
<tr>
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
<!--
|
<!--
|
||||||
[EXPERIMENTAL] The path to the 'real' host root filesystem.
|
<p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p>
|
||||||
-->
|
-->
|
||||||
[实验] 到 '真实' 主机根文件系统的路径。
|
<p>[实验] 到 '真实' 主机根文件系统的路径。</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
+26
-11
@@ -1,3 +1,18 @@
|
|||||||
|
<!--
|
||||||
|
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.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Mark a node as a control-plane
|
||||||
|
-->
|
||||||
|
将节点标记为控制平面节点
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
### Synopsis
|
### Synopsis
|
||||||
@@ -9,7 +24,7 @@
|
|||||||
Mark a node as a control-plane
|
Mark a node as a control-plane
|
||||||
-->
|
-->
|
||||||
|
|
||||||
将 Node 节点标记为控制平面节点
|
将节点标记为控制平面节点
|
||||||
|
|
||||||
```
|
```
|
||||||
kubeadm join phase control-plane-join mark-control-plane [flags]
|
kubeadm join phase control-plane-join mark-control-plane [flags]
|
||||||
@@ -34,9 +49,9 @@ kubeadm join phase control-plane-join mark-control-plane [flags]
|
|||||||
<tr>
|
<tr>
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
<!--
|
<!--
|
||||||
Path to kubeadm configuration file.
|
<p>Path to kubeadm configuration file.</p>
|
||||||
-->
|
-->
|
||||||
kubeadm 配置文件的路径。
|
<p>kubeadm 配置文件的路径。</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -46,9 +61,9 @@ kubeadm 配置文件的路径。
|
|||||||
<tr>
|
<tr>
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
<!--
|
<!--
|
||||||
Create a new control plane instance on this node
|
<p>Create a new control plane instance on this node</p>
|
||||||
-->
|
-->
|
||||||
在此节点上创建一个新的控制平面实例
|
<p>在此节点上创建一个新的控制平面实例</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -58,9 +73,9 @@ Create a new control plane instance on this node
|
|||||||
<tr>
|
<tr>
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
<!--
|
<!--
|
||||||
help for mark-control-plane
|
<p>help for mark-control-plane</p>
|
||||||
-->
|
-->
|
||||||
mark-control-plane 操作的帮助命令
|
<p>mark-control-plane 操作的帮助命令</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -70,9 +85,9 @@ mark-control-plane 操作的帮助命令
|
|||||||
<tr>
|
<tr>
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
<!--
|
<!--
|
||||||
Specify the node name.
|
<p>Specify the node name.</p>
|
||||||
-->
|
-->
|
||||||
指定节点的名称
|
<p>指定节点的名称。</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -98,9 +113,9 @@ Specify the node name.
|
|||||||
<tr>
|
<tr>
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
<!--
|
<!--
|
||||||
[EXPERIMENTAL] The path to the 'real' host root filesystem.
|
<p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p>
|
||||||
-->
|
-->
|
||||||
[实验] 到 '真实' 主机根文件系统的路径。
|
<p>[实验] 到 '真实' 主机根文件系统的路径。</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
+24
-9
@@ -1,3 +1,18 @@
|
|||||||
|
<!--
|
||||||
|
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.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Run reset pre-flight checks
|
||||||
|
-->
|
||||||
|
运行重置启动前检查
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
### Synopsis
|
### Synopsis
|
||||||
@@ -34,9 +49,9 @@ kubeadm reset phase preflight [flags]
|
|||||||
<tr>
|
<tr>
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
<!--
|
<!--
|
||||||
Reset the node without prompting for confirmation.
|
<p>Reset the node without prompting for confirmation.</p>
|
||||||
-->
|
-->
|
||||||
在不提示确认的情况下重置节点。
|
<p>在不提示确认的情况下重置节点。</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -46,21 +61,21 @@ Reset the node without prompting for confirmation.
|
|||||||
<tr>
|
<tr>
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
<!--
|
<!--
|
||||||
help for preflight
|
<p>help for preflight</p>
|
||||||
-->
|
-->
|
||||||
preflight 操作的帮助命令
|
<p>preflight 操作的帮助命令</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">--ignore-preflight-errors stringSlice</td>
|
<td colspan="2">--ignore-preflight-errors strings</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
<!--
|
<!--
|
||||||
A list of checks whose errors will be shown as warnings. Example: 'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks.
|
<p>A list of checks whose errors will be shown as warnings. Example: 'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks.</p>
|
||||||
-->
|
-->
|
||||||
错误将显示为警告的检查列表;例如:'IsPrivilegedUser,Swap'。取值为 'all' 时将忽略检查中的所有错误。
|
<p>错误将显示为警告的检查列表;例如:'IsPrivilegedUser,Swap'。取值为 'all' 时将忽略检查中的所有错误。</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -86,9 +101,9 @@ A list of checks whose errors will be shown as warnings. Example: 'IsPrivilegedU
|
|||||||
<tr>
|
<tr>
|
||||||
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
<td></td><td style="line-height: 130%; word-wrap: break-word;">
|
||||||
<!--
|
<!--
|
||||||
[EXPERIMENTAL] The path to the 'real' host root filesystem.
|
<p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p>
|
||||||
-->
|
-->
|
||||||
[实验] 指向 '真实' 宿主机根文件系统的路径。
|
<p>[实验] 指向 '真实' 宿主机根文件系统的路径。</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user