Clean up kubeadm_init_phase files

pull/43507/head
windsonsea 2023-10-16 16:24:13 +08:00
parent 0082100f78
commit cab2a65ba6
5 changed files with 25 additions and 97 deletions

View File

@ -1,29 +1,16 @@
<!--
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.
-->
<!--
Certificate generation
-->
证书生成
证书生成。
<!--
### Synopsis
-->
### 概要
<!--
This command is not meant to be run on its own. See list of available subcommands.
-->
此命令不应单独运行。请参阅可用子命令列表。
```
@ -33,7 +20,6 @@ kubeadm init phase certs [flags]
<!--
### Options
-->
### 选项
<table style="width: 100%; table-layout: fixed;">
@ -52,7 +38,7 @@ kubeadm init phase certs [flags]
help for certs
-->
<p>
certs 操作的帮助命令
certs 操作的帮助命令
</p>
</td>
</tr>
@ -63,7 +49,6 @@ certs 操作的帮助命令
<!--
### Options inherited from parent commands
-->
### 从父指令中继承的选项
<table style="width: 100%; table-layout: fixed;">
@ -89,4 +74,3 @@ certs 操作的帮助命令
</tbody>
</table>

View File

@ -1,24 +1,11 @@
<!--
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 a private key for signing service account tokens along with its public key
-->
生成用来签署服务账号令牌的私钥及其公钥
生成用来签署服务账号令牌的私钥及其公钥。
<!--
### Synopsis
-->
### 概要
<!--
@ -30,7 +17,7 @@ Generate the private key for signing service account tokens along with its publi
<!--
Alpha Disclaimer: this command is currently alpha.
-->
Alpha 免责声明:此命令当前为 alpha 阶段。
Alpha 免责声明:此命令当前为 Alpha 阶段。
```
kubeadm init phase certs sa [flags]
@ -39,7 +26,6 @@ kubeadm init phase certs sa [flags]
<!--
### Options
-->
### 选项
<table style="width: 100%; table-layout: fixed;">
@ -77,7 +63,7 @@ The path where to save and store the certificates.
help for sa
-->
<p>
sa 操作的帮助命令
sa 操作的帮助命令
</p>
</td>
</tr>

View File

@ -1,29 +1,16 @@
<!--
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 all static Pod manifest files necessary to establish the control plane
-->
生成建立控制平面所需的静态 Pod 清单文件
生成建立控制平面所需的静态 Pod 清单文件。
<!--
### Synopsis
-->
### 概要
<!--
This command is not meant to be run on its own. See list of available subcommands.
-->
此命令并非设计用来单独运行。请参阅可用子命令列表。
```
@ -33,7 +20,6 @@ kubeadm init phase control-plane [flags]
<!--
### Options
-->
### 选项
<table style="width: 100%; table-layout: fixed;">
@ -51,7 +37,7 @@ kubeadm init phase control-plane [flags]
<!--
<p>help for control-plane</p>
-->
<p>control-plane 操作的帮助命令</p>
<p>control-plane 操作的帮助命令</p>
</td>
</tr>
@ -61,7 +47,6 @@ kubeadm init phase control-plane [flags]
<!--
### Options inherited from parent commands
-->
### 继承于父命令的选项
<table style="width: 100%; table-layout: fixed;">
@ -86,4 +71,3 @@ kubeadm init phase control-plane [flags]
</tbody>
</table>

View File

@ -1,30 +1,16 @@
<!--
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 static Pod manifest file for local etcd
-->
为本地 etcd 生成静态 Pod 的清单文件
为本地 etcd 生成静态 Pod 的清单文件。
<!--
### Synopsis
-->
### 概要
<!--
This command is not meant to be run on its own. See list of available subcommands.
-->
此命令并非设计用来单独运行。请参阅可用子命令列表。
```
@ -34,7 +20,6 @@ kubeadm init phase etcd [flags]
<!--
### Options
-->
### 选项
<table style="width: 100%; table-layout: fixed;">
@ -50,8 +35,10 @@ kubeadm init phase etcd [flags]
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">
<p>
<!-- help for etcd -->
etcd 操作的帮助命令
<!--
help for etcd
-->
etcd 操作的帮助命令。
</p>
</td>
</tr>
@ -62,7 +49,6 @@ etcd 操作的帮助命令
<!--
### Options inherited from parent commands
-->
### 继承于父命令的选项
<table style="width: 100%; table-layout: fixed;">
@ -88,4 +74,3 @@ etcd 操作的帮助命令
</tbody>
</table>

View File

@ -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 static Pod manifest file for a local, single-node local etcd instance
-->
为本地单节点 etcd 实例生成静态 Pod 清单文件
为本地单节点 etcd 实例生成静态 Pod 清单文件。
<!--
### Synopsis
-->
### 概要
<!--
Generate the static Pod manifest file for a local, single-node local etcd instance
-->
为本地单节点 etcd 实例生成静态 Pod 清单文件
为本地单节点 etcd 实例生成静态 Pod 清单文件。
```
kubeadm init phase etcd local [flags]
@ -33,14 +20,18 @@ kubeadm init phase etcd local [flags]
<!--
### Examples
-->
### 示例
<!--
# Generates the static Pod manifest file for etcd, functionally
# equivalent to what is generated by kubeadm init.
# Generates the static Pod manifest file for etcd using options
# read from a configuration file.
```
# Generates the static Pod manifest file for etcd, functionally
# equivalent to what is generated by kubeadm init.
kubeadm init phase etcd local
# Generates the static Pod manifest file for etcd using options
# read from a configuration file.
kubeadm init phase etcd local --config config.yaml
```
-->
```
@ -54,7 +45,6 @@ kubeadm init phase etcd local --config config.yaml
<!--
### Options
-->
### 选项
<table style="width: 100%; table-layout: fixed;">
@ -113,7 +103,7 @@ kubeadm init phase etcd local --config config.yaml
<!--
<p>help for local</p>
-->
<p>local 操作的帮助命令</p>
<p>local 操作的帮助命令</p>
</td>
</tr>
@ -130,7 +120,7 @@ kubeadm init phase etcd local --config config.yaml
<!--
<p>Choose a container registry to pull control plane images from</p>
-->
<p>选择要从中拉取控制平面镜像的容器仓库</p>
<p>选择要从中拉取控制平面镜像的容器仓库</p>
</td>
</tr>
@ -159,7 +149,6 @@ kubeadm init phase etcd local --config config.yaml
<!--
### Options inherited from parent commands
-->
### 继承于父命令的选项
<table style="width: 100%; table-layout: fixed;">