Merge pull request #36311 from tengqm/resync-kubeadm-init-pkfcr

[zh] Convert format for kubeadm-init-pkfcr page
pull/36376/head
Kubernetes Prow Robot 2022-08-28 04:52:36 -07:00 committed by GitHub
commit 941c379f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 79 additions and 88 deletions

View File

@ -1,88 +1,79 @@
<!-- <!--
The file is auto-generated from the Go source code of the component using a generic Enable kubelet client certificate rotation
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how -->
to generate the reference documentation, please read 启用 kubelet 客户端证书轮换
[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/) ### Synopsis
guide. You can file document formatting bugs against the -->
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project. ### 概要
-->
<!-- Enable kubelet client certificate rotation -->
<!-- 启用 kubelet 客户端证书轮换
Enable kubelet client certificate rotation
--> ```
启用 kubelet 客户端证书轮换 kubeadm init phase kubelet-finalize experimental-cert-rotation [flags]
```
<!-- ### Synopsis -->
### 概要 <!--
### Options
<!-- Enable kubelet client certificate rotation --> -->
启用 kubelet 客户端证书轮换 ### 选项
``` <table style="width: 100%; table-layout: fixed;">
kubeadm init phase kubelet-finalize experimental-cert-rotation [flags] <colgroup>
``` <col span="1" style="width: 10px;" />
<col span="1" />
<!-- ### Options --> </colgroup>
### 选项 <tbody>
<table style="width: 100%; table-layout: fixed;"> <tr>
<colgroup> <td colspan="2">--cert-dir string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/pki"</td>
<col span="1" style="width: 10px;" /> </tr>
<col span="1" /> <tr>
</colgroup> <!-- <td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The path where to save and store the certificates.</p></td> -->
<tbody> <td></td><td style="line-height: 130%; word-wrap: break-word;"><p>保存和存储证书的路径。</p></td>
</tr>
<tr>
<td colspan="2">--cert-dir string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/pki"</td> <tr>
</tr> <td colspan="2">--config string</td>
<tr> </tr>
<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;"><p>The path where to save and store the certificates.</p></td> --> <tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>保存和存储证书的路径。</p></td> <!-- <td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to a kubeadm configuration file.</p></td> -->
</tr> <td></td><td style="line-height: 130%; word-wrap: break-word;"><p>kubeadm 配置文件的路径。</p></td>
</tr>
<tr>
<td colspan="2">--config string</td> <tr>
</tr> <td colspan="2">-h, --help</td>
<tr> </tr>
<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Path to a kubeadm configuration file.</p></td> --> <tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>kubeadm 配置文件的路径。</p></td> <!-- <td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for experimental-cert-rotation</p></td> -->
</tr> <td></td><td style="line-height: 130%; word-wrap: break-word;"><p>experimental-cert-rotation 操作的帮助命令</p></td>
</tr>
<tr>
<td colspan="2">-h, --help</td> </tbody>
</tr> </table>
<tr>
<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;"><p>help for experimental-cert-rotation</p></td> --> <!--
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>experimental-cert-rotation 操作的帮助命令</p></td> ### Options inherited from parent commands
</tr> -->
### 继承于父命令的选项
</tbody>
</table> <table style="width: 100%; table-layout: fixed;">
<colgroup>
<col span="1" style="width: 10px;" />
<col span="1" />
<!-- ### Options inherited from parent commands --> </colgroup>
### 继承于父命令的选项 <tbody>
<table style="width: 100%; table-layout: fixed;"> <tr>
<colgroup> <td colspan="2">--rootfs string</td>
<col span="1" style="width: 10px;" /> </tr>
<col span="1" /> <tr>
</colgroup> <!-- <td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td> -->
<tbody> <td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[实验] 到'真实'主机根文件系统的路径。</p></td>
</tr>
<tr>
<td colspan="2">--rootfs string</td> </tbody>
</tr> </table>
<tr>
<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[EXPERIMENTAL] The path to the 'real' host root filesystem.</p></td> -->
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[实验] 到'真实'主机根文件系统的路径。</p></td>
</tr>
</tbody>
</table>