[zh] Sync kubeadm_join_phase_wait-control-plane.md and kubeadm_init_phase_show-join-command.md

pull/46203/head
Michael 2024-05-05 19:49:58 +08:00
parent 3dffe58925
commit eea60cf370
3 changed files with 90 additions and 15 deletions

View File

@ -1,14 +1,3 @@
<!--
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.
-->
<!--
Show the join command for control-plane and worker node
-->
@ -51,7 +40,7 @@ kubeadm init phase show-join-command [flags]
help for show-join-command
-->
<p>
show-join-command 操作的帮助命令
show-join-command 操作的帮助命令
</p>
</td>
</tr>
@ -89,6 +78,3 @@ show-join-command 操作的帮助命令
</tbody>
</table>

View File

@ -0,0 +1,75 @@
<!--
EXPERIMENTAL: Wait for the control plane to start
-->
**实验特性**:等待控制平面启动
<!--
### Synopsis
EXPERIMENTAL: Wait for the control plane to start
-->
### 概要
**实验特性**:等待控制平面启动
```
kubeadm join phase wait-control-plane [flags]
```
<!--
### Options
-->
### 选项
<table style="width: 100%; table-layout: fixed;">
<colgroup>
<col span="1" style="width: 10px;" />
<col span="1" />
</colgroup>
<tbody>
<tr>
<td colspan="2">-h, --help</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">
<p>
<!--
help for wait-control-plane
-->
wait-control-plane 操作的帮助命令。
</p>
</td>
</tr>
</tbody>
</table>
<!--
### Options inherited from parent commands
-->
### 从父命令继承的选项
<table style="width: 100%; table-layout: fixed;">
<colgroup>
<col span="1" style="width: 10px;" />
<col span="1" />
</colgroup>
<tbody>
<tr>
<td colspan="2">--rootfs string</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">
<p>
<!--
[EXPERIMENTAL] The path to the 'real' host root filesystem.
-->
[实验] 到 '真实' 主机根文件系统的路径。
</p>
</td>
</tr>
</tbody>
</table>

View File

@ -61,6 +61,20 @@ Perform the renewal of certificates used by component changed during upgrades.
</td>
</tr>
<tr>
<td colspan="2">--config string</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;">
<p>
<!--
Path to a kubeadm configuration file.
-->
到 kubeadm 配置文件的路径。
</p>
</td>
</tr>
<tr>
<td colspan="2">--dry-run</td>
</tr>