Merge pull request #43004 from windsonsea/preparey
[zh] Clean up kubeadm_join_phase filespull/43014/head
commit
bef79938e0
|
@ -1,31 +1,17 @@
|
|||
<!--
|
||||
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 content, 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.
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Prepare the machine for serving a control plane
|
||||
-->
|
||||
准备为控制平面服务的机器
|
||||
准备为控制平面服务的机器。
|
||||
|
||||
<!--
|
||||
### Synopsis
|
||||
-->
|
||||
|
||||
### 概要
|
||||
|
||||
<!--
|
||||
Prepare the machine for serving a control plane
|
||||
-->
|
||||
|
||||
准备为控制平面服务的机器
|
||||
准备为控制平面服务的机器。
|
||||
|
||||
```
|
||||
kubeadm join phase control-plane-prepare [flags]
|
||||
|
@ -34,12 +20,11 @@ kubeadm join phase control-plane-prepare [flags]
|
|||
<!--
|
||||
### Examples
|
||||
-->
|
||||
### 示例
|
||||
|
||||
<!--
|
||||
# Prepares the machine for serving a control plane
|
||||
-->
|
||||
|
||||
### 示例
|
||||
|
||||
```
|
||||
# 准备为控制平面服务的机器
|
||||
kubeadm join phase control-plane-prepare all
|
||||
|
@ -48,7 +33,6 @@ kubeadm join phase control-plane-prepare all
|
|||
<!--
|
||||
### Options
|
||||
-->
|
||||
|
||||
### 选项
|
||||
|
||||
<table style="width: 100%; table-layout: fixed;">
|
||||
|
@ -67,7 +51,7 @@ kubeadm join phase control-plane-prepare all
|
|||
help for control-plane-prepare
|
||||
-->
|
||||
<p>
|
||||
control-plane-prepare 操作的帮助命令
|
||||
control-plane-prepare 操作的帮助命令。
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -78,7 +62,6 @@ control-plane-prepare 操作的帮助命令
|
|||
<!--
|
||||
### Options inherited from parent commands
|
||||
-->
|
||||
|
||||
### 从父命令中继承的选项
|
||||
|
||||
<table style="width: 100%; table-layout: fixed;">
|
||||
|
|
|
@ -1,31 +1,17 @@
|
|||
<!--
|
||||
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 content, 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.
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Prepare the machine for serving a control plane
|
||||
-->
|
||||
准备为控制平面服务的机器
|
||||
准备为控制平面服务的机器。
|
||||
|
||||
<!--
|
||||
### Synopsis
|
||||
-->
|
||||
|
||||
### 概要
|
||||
|
||||
<!--
|
||||
Prepare the machine for serving a control plane
|
||||
-->
|
||||
|
||||
准备为控制平面服务的机器
|
||||
准备为控制平面服务的机器。
|
||||
|
||||
```
|
||||
kubeadm join phase control-plane-prepare all [api-server-endpoint] [flags]
|
||||
|
@ -34,7 +20,6 @@ kubeadm join phase control-plane-prepare all [api-server-endpoint] [flags]
|
|||
<!--
|
||||
### Options
|
||||
-->
|
||||
|
||||
### 选项
|
||||
|
||||
<table style="width: 100%; table-layout: fixed;">
|
||||
|
@ -86,7 +71,7 @@ If the node should host a new control plane instance, the port for the API Serve
|
|||
Use this key to decrypt the certificate secrets uploaded by init.
|
||||
-->
|
||||
<p>
|
||||
使用此密钥解密由 init 上传的证书 secrets。
|
||||
使用此密钥解密由 init 上传的证书 Secret。
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -114,7 +99,7 @@ kubeadm 配置文件的路径。
|
|||
Create a new control plane instance on this node
|
||||
-->
|
||||
<p>
|
||||
在此节点上创建一个新的控制平面实例
|
||||
在此节点上创建一个新的控制平面实例。
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -197,7 +182,7 @@ Don't apply any changes; just output what would be done.
|
|||
<!--
|
||||
help for all
|
||||
-->
|
||||
all 操作的帮助命令
|
||||
all 操作的帮助命令。
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -265,7 +250,6 @@ Use this token for both discovery-token and tls-bootstrap-token when those value
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<!--
|
||||
### Options inherited from parent commands
|
||||
-->
|
||||
|
|
|
@ -1,30 +1,17 @@
|
|||
<!--
|
||||
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 content, 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.
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
Generate the certificates for the new control plane components
|
||||
-->
|
||||
为新的控制平面组件生成证书
|
||||
为新的控制平面组件生成证书。
|
||||
|
||||
<!--
|
||||
### Synopsis
|
||||
-->
|
||||
|
||||
### 概要
|
||||
|
||||
<!--
|
||||
Generate the certificates for the new control plane components
|
||||
-->
|
||||
为新的控制平面组件生成证书
|
||||
为新的控制平面组件生成证书。
|
||||
|
||||
```
|
||||
kubeadm join phase control-plane-prepare certs [api-server-endpoint] [flags]
|
||||
|
@ -79,7 +66,7 @@ kubeadm 配置文件的路径。
|
|||
Create a new control plane instance on this node
|
||||
-->
|
||||
<p>
|
||||
在此节点上创建一个新的控制平面实例
|
||||
在此节点上创建一个新的控制平面实例。
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -163,7 +150,7 @@ Don't apply any changes; just output what would be done.
|
|||
help for certs
|
||||
-->
|
||||
<p>
|
||||
certs 操作的帮助命令
|
||||
certs 操作的帮助命令。
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,30 +1,17 @@
|
|||
<!--
|
||||
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 content, 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.
|
||||
-->
|
||||
|
||||
<!--
|
||||
Generate the manifests for the new control plane components
|
||||
-->
|
||||
为新的控制平面组件生成清单
|
||||
为新的控制平面组件生成清单。
|
||||
|
||||
<!--
|
||||
### Synopsis
|
||||
-->
|
||||
|
||||
### 概要
|
||||
|
||||
<!--
|
||||
Generate the manifests for the new control plane components
|
||||
-->
|
||||
|
||||
为新的控制平面组件生成清单(manifest)
|
||||
为新的控制平面组件生成清单(manifest)。
|
||||
|
||||
```
|
||||
kubeadm join phase control-plane-prepare control-plane [flags]
|
||||
|
@ -33,7 +20,6 @@ kubeadm join phase control-plane-prepare control-plane [flags]
|
|||
<!--
|
||||
### Options
|
||||
-->
|
||||
|
||||
### 选项
|
||||
|
||||
<table style="width: 100%; table-layout: fixed;">
|
||||
|
@ -92,7 +78,7 @@ kubeadm join phase control-plane-prepare control-plane [flags]
|
|||
<!--
|
||||
<p>Create a new control plane instance on this node</p>
|
||||
-->
|
||||
<p>在此节点上创建一个新的控制平面实例</p>
|
||||
<p>在此节点上创建一个新的控制平面实例。</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -118,7 +104,7 @@ Don't apply any changes; just output what would be done.
|
|||
<!--
|
||||
<p>help for control-plane</p>
|
||||
-->
|
||||
<p>control-plane 操作的帮助命令</p>
|
||||
<p>control-plane 操作的帮助命令。</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -148,7 +134,6 @@ Don't apply any changes; just output what would be done.
|
|||
<!--
|
||||
### Options inherited from parent commands
|
||||
-->
|
||||
|
||||
### 从父命令中继承的选项
|
||||
|
||||
<table style="width: 100%; table-layout: fixed;">
|
||||
|
@ -172,4 +157,3 @@ Don't apply any changes; just output what would be done.
|
|||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -1,30 +1,17 @@
|
|||
<!--
|
||||
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 content, 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.
|
||||
-->
|
||||
|
||||
<!--
|
||||
[EXPERIMENTAL] Download certificates shared among control-plane nodes from the kubeadm-certs Secret
|
||||
-->
|
||||
[实验]从 kubeadm-certs Secret 下载控制平面节点之间共享的证书
|
||||
[实验] 从 kubeadm-certs Secret 下载控制平面节点之间共享的证书。
|
||||
|
||||
<!--
|
||||
### Synopsis
|
||||
-->
|
||||
|
||||
### 概要
|
||||
|
||||
<!--
|
||||
[EXPERIMENTAL] Download certificates shared among control-plane nodes from the kubeadm-certs Secret
|
||||
-->
|
||||
|
||||
[实验]从 kubeadm-certs Secret 下载控制平面节点之间共享的证书
|
||||
[实验] 从 kubeadm-certs Secret 下载控制平面节点之间共享的证书。
|
||||
|
||||
```
|
||||
kubeadm join phase control-plane-prepare download-certs [api-server-endpoint] [flags]
|
||||
|
@ -33,7 +20,6 @@ kubeadm join phase control-plane-prepare download-certs [api-server-endpoint] [f
|
|||
<!--
|
||||
### Options
|
||||
-->
|
||||
|
||||
### 选项
|
||||
|
||||
<table style="width: 100%; table-layout: fixed;">
|
||||
|
@ -51,7 +37,7 @@ kubeadm join phase control-plane-prepare download-certs [api-server-endpoint] [f
|
|||
<!--
|
||||
<p>Use this key to decrypt the certificate secrets uploaded by init.</p>
|
||||
-->
|
||||
<p>使用此密钥可以解密由 init 上传的证书 secret。</p>
|
||||
<p>使用此密钥可以解密由 init 上传的证书 Secret。</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -75,7 +61,7 @@ kubeadm join phase control-plane-prepare download-certs [api-server-endpoint] [f
|
|||
<!--
|
||||
<p>Create a new control plane instance on this node</p>
|
||||
-->
|
||||
<p>在此节点上创建一个新的控制平面实例</p>
|
||||
<p>在此节点上创建一个新的控制平面实例。</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -147,7 +133,7 @@ kubeadm join phase control-plane-prepare download-certs [api-server-endpoint] [f
|
|||
<!--
|
||||
<p>help for download-certs</p>
|
||||
-->
|
||||
<p>download-certs 操作的帮助命令</p>
|
||||
<p>download-certs 操作的帮助命令。</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -181,7 +167,6 @@ kubeadm join phase control-plane-prepare download-certs [api-server-endpoint] [f
|
|||
<!--
|
||||
### Options inherited from parent commands
|
||||
-->
|
||||
|
||||
### 从父命令中继承的选项
|
||||
|
||||
<table style="width: 100%; table-layout: fixed;">
|
||||
|
@ -205,4 +190,3 @@ kubeadm join phase control-plane-prepare download-certs [api-server-endpoint] [f
|
|||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -1,18 +1,7 @@
|
|||
<!--
|
||||
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 content, 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.
|
||||
-->
|
||||
|
||||
<!--
|
||||
Generate the kubeconfig for the new control plane components
|
||||
-->
|
||||
为新的控制平面组件生成 kubeconfig
|
||||
为新的控制平面组件生成 kubeconfig。
|
||||
|
||||
<!--
|
||||
### Synopsis
|
||||
|
@ -23,7 +12,7 @@ Generate the kubeconfig for the new control plane components
|
|||
Generate the kubeconfig for the new control plane components
|
||||
-->
|
||||
|
||||
为新的控制平面组件生成 kubeconfig
|
||||
为新的控制平面组件生成 kubeconfig。
|
||||
|
||||
```
|
||||
kubeadm join phase control-plane-prepare kubeconfig [api-server-endpoint] [flags]
|
||||
|
@ -32,7 +21,6 @@ kubeadm join phase control-plane-prepare kubeconfig [api-server-endpoint] [flags
|
|||
<!--
|
||||
### Options
|
||||
-->
|
||||
|
||||
### 选项
|
||||
|
||||
<table style="width: 100%; table-layout: fixed;">
|
||||
|
@ -50,7 +38,7 @@ kubeadm join phase control-plane-prepare kubeconfig [api-server-endpoint] [flags
|
|||
<!--
|
||||
<p>Use this key to decrypt the certificate secrets uploaded by init.</p>
|
||||
-->
|
||||
<p>使用此密钥可以解密由 init 上传的证书 secret。</p>
|
||||
<p>使用此密钥可以解密由 init 上传的证书 Secret。</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -74,7 +62,7 @@ kubeadm join phase control-plane-prepare kubeconfig [api-server-endpoint] [flags
|
|||
<!--
|
||||
<p>Create a new control plane instance on this node</p>
|
||||
-->
|
||||
<p>在此节点上创建一个新的控制平面实例</p>
|
||||
<p>在此节点上创建一个新的控制平面实例。</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -146,7 +134,7 @@ kubeadm join phase control-plane-prepare kubeconfig [api-server-endpoint] [flags
|
|||
<!--
|
||||
<p>help for kubeconfig</p>
|
||||
-->
|
||||
<p>kubeconfig 操作的帮助命令</p>
|
||||
<p>kubeconfig 操作的帮助命令。</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
@ -180,7 +168,6 @@ kubeadm join phase control-plane-prepare kubeconfig [api-server-endpoint] [flags
|
|||
<!--
|
||||
### Options inherited from parent commands
|
||||
-->
|
||||
|
||||
### 从父命令中继承的选项
|
||||
|
||||
<table style="width: 100%; table-layout: fixed;">
|
||||
|
@ -204,4 +191,3 @@ kubeadm join phase control-plane-prepare kubeconfig [api-server-endpoint] [flags
|
|||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Reference in New Issue