Skip to content

Commit

Permalink
[zh] Clean up kubeadm_init_phase_certs files
Browse files Browse the repository at this point in the history
  • Loading branch information
windsonsea committed Sep 29, 2023
1 parent 1cd571b commit 76ae5bd
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 100 deletions.
@@ -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 the certificate for liveness probes to healthcheck etcd
-->
生成用于 etcd 健康检查的活跃性探针的证书
生成用于 etcd 健康检查的活跃性探针的证书

<!--
### Synopsis
-->

### 概要

<!--
Expand All @@ -34,7 +21,7 @@ If both files already exist, kubeadm skips the generation step and existing file
<!--
Alpha Disclaimer: this command is currently alpha.
-->
Alpha 免责声明:此命令当前为 alpha 功能。
Alpha 免责声明:此命令当前为 Alpha 功能。

```
kubeadm init phase certs etcd-healthcheck-client [flags]
Expand All @@ -43,7 +30,6 @@ kubeadm init phase certs etcd-healthcheck-client [flags]
<!--
### Options
-->

### 选项

<table style="width: 100%; table-layout: fixed;">
Expand Down Expand Up @@ -104,7 +90,7 @@ Don't apply any changes; just output what would be done.
<!--
<p>help for etcd-healthcheck-client</p>
-->
<p>etcd-healthcheck-client 操作的帮助命令</p>
<p>etcd-healthcheck-client 操作的帮助命令</p>
</td>
</tr>

Expand All @@ -131,7 +117,6 @@ Don't apply any changes; just output what would be done.
<!--
### Options inherited from parent commands
-->

### 继承于父命令的选项

<table style="width: 100%; table-layout: fixed;">
Expand All @@ -155,4 +140,3 @@ Don't apply any changes; just output what would be done.

</tbody>
</table>

@@ -1,48 +1,32 @@
<!--
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 certificate for etcd nodes to communicate with each other
-->
生成 etcd 节点相互通信的证书
生成 etcd 节点相互通信的证书

<!--
### Synopsis
-->

### 概要

<!--
Generate the certificate for etcd nodes to communicate with each other, and save them into etcd/peer.crt and etcd/peer.key files.
-->

生成 etcd 节点相互通信的证书,并将其保存到 etcd/peer.crt 和 etcd/peer.key 文件中。

<!--
Default SANs are localhost, 127.0.0.1, 127.0.0.1, ::1
-->

默认 SAN 为 localhost、127.0.0.1、127.0.0.1、:: 1

<!--
If both files already exist, kubeadm skips the generation step and existing files will be used.
-->

如果两个文件都已存在,则 kubeadm 将跳过生成步骤,使用现有文件。

<!--
Alpha Disclaimer: this command is currently alpha.
-->

Alpha 免责声明:此命令当前为 alpha 功能。
Alpha 免责声明:此命令当前为 Alpha 功能。

```
kubeadm init phase certs etcd-peer [flags]
Expand All @@ -51,7 +35,6 @@ kubeadm init phase certs etcd-peer [flags]
<!--
### Options
-->

### 选项

<table style="width: 100%; table-layout: fixed;">
Expand Down Expand Up @@ -112,7 +95,7 @@ Don't apply any changes; just output what would be done.
<!--
<p>help for etcd-peer</p>
-->
<p>etcd-peer 操作的帮助命令</p>
<p>etcd-peer 操作的帮助命令</p>
</td>
</tr>

Expand All @@ -139,7 +122,6 @@ Don't apply any changes; just output what would be done.
<!--
### Options inherited from parent commands
-->

### 继承于父命令的选项

<table style="width: 100%; table-layout: fixed;">
Expand All @@ -163,4 +145,3 @@ Don't apply any changes; just output what would be done.

</tbody>
</table>

@@ -1,26 +1,13 @@
<!--
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 certificate for serving etcd
-->
生成用于提供 etcd 服务的证书
生成用于提供 etcd 服务的证书

<!--
### Synopsis
-->
### 概要


<!--
Generate the certificate for serving etcd, and save them into etcd/server.crt and etcd/server.key files.
-->
Expand All @@ -39,7 +26,7 @@ If both files already exist, kubeadm skips the generation step and existing file
<!--
Alpha Disclaimer: this command is currently alpha.
-->
Alpha 免责声明:此命令当前为 alpha 功能。
Alpha 免责声明:此命令当前为 Alpha 功能。

```
kubeadm init phase certs etcd-server [flags]
Expand Down Expand Up @@ -106,7 +93,7 @@ kubeadm init phase certs etcd-server [flags]
<!--
<p>help for etcd-server</p>
-->
<p>etcd-server 操作的帮助命令<p>
<p>etcd-server 操作的帮助命令<p>
</td>
</tr>

Expand All @@ -130,8 +117,6 @@ kubeadm init phase certs etcd-server [flags]
</tbody>
</table>



<!--
### Options inherited from parent commands
-->
Expand All @@ -158,4 +143,3 @@ kubeadm init phase certs etcd-server [flags]

</tbody>
</table>

@@ -1,42 +1,27 @@
<!--
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 self-signed CA to provision identities for front proxy
-->
生成自签名 CA 来提供前端代理的身份
生成自签名 CA 来提供前端代理的身份

<!--
### Synopsis
-->

### 概要

<!--
Generate the self-signed CA to provision identities for front proxy, and save them into front-proxy-ca.cert and front-proxy-ca.key files.
-->

生成自签名 CA 来提供前端代理的身份,并将其保存到 front-proxy-ca.cert 和 front-proxy-ca.key 文件中。

<!--
If both files already exist, kubeadm skips the generation step and existing files will be used.
-->

如果两个文件都已存在,kubeadm 将跳过生成步骤并将使用现有文件。

<!--
Alpha Disclaimer: this command is currently alpha.
-->

Alpha 免责声明:此命令目前是 alpha 阶段。
Alpha 免责声明:此命令目前是 Alpha 阶段。

```
kubeadm init phase certs front-proxy-ca [flags]
Expand All @@ -45,7 +30,6 @@ kubeadm init phase certs front-proxy-ca [flags]
<!--
### Options
-->

### 选项

<table style="width: 100%; table-layout: fixed;">
Expand Down Expand Up @@ -106,7 +90,7 @@ Don't apply any changes; just output what would be done.
<!--
<p>help for front-proxy-ca</p>
-->
<p>front-proxy-ca 操作的帮助命令</p>
<p>front-proxy-ca 操作的帮助命令</p>
</td>
</tr>

Expand All @@ -133,7 +117,6 @@ Don't apply any changes; just output what would be done.
<!--
### Options inherited from parent commands
-->

### 从父命令继承的选项

<table style="width: 100%; table-layout: fixed;">
Expand All @@ -157,4 +140,3 @@ Don't apply any changes; just output what would be done.

</tbody>
</table>

@@ -1,34 +1,25 @@
<!--
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 certificate for the front proxy client
-->
为前端代理客户端生成证书
为前端代理客户端生成证书

<!--
### Synopsis
-->

### 概要

<!--
Generate the certificate for the front proxy client, and save them into front-proxy-client.crt and front-proxy-client.key files.
If both files already exist, kubeadm skips the generation step and existing files will be used.
Alpha Disclaimer: this command is currently alpha.
-->

为前端代理客户端生成证书,并将其保存到 front-proxy-client.crt 和 front-proxy-client.key 文件中。

如果两个文件都已存在,kubeadm 将跳过生成步骤并将使用现有文件。
Alpha 免责声明:此命令目前是 alpha 阶段。

Alpha 免责声明:此命令目前是 Alpha 阶段。

```
kubeadm init phase certs front-proxy-client [flags]
Expand All @@ -37,7 +28,6 @@ kubeadm init phase certs front-proxy-client [flags]
<!--
### Options
-->

### 选项

<table style="width: 100%; table-layout: fixed;">
Expand Down Expand Up @@ -95,7 +85,7 @@ kubeadm init phase certs front-proxy-client [flags]
<!--
<p>help for front-proxy-client</p>
-->
<p>front-proxy-client 操作的帮助命令</p>
<p>front-proxy-client 操作的帮助命令</p>
</td>
</tr>

Expand All @@ -122,7 +112,6 @@ kubeadm init phase certs front-proxy-client [flags]
<!--
### Options inherited from parent commands
-->

### 从父命令继承的选项

<table style="width: 100%; table-layout: fixed;">
Expand All @@ -146,4 +135,3 @@ kubeadm init phase certs front-proxy-client [flags]

</tbody>
</table>

0 comments on commit 76ae5bd

Please sign in to comment.