Skip to content

Commit

Permalink
Merge pull request #46203 from windsonsea/w8con
Browse files Browse the repository at this point in the history
[zh] Sync 3 reference files in setup-tools/kubeadm/generated
  • Loading branch information
k8s-ci-robot committed May 6, 2024
2 parents 78b26c3 + eea60cf commit 80571ec
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -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
-->
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -89,6 +78,3 @@ show-join-command 操作的帮助命令

</tbody>
</table>



Original file line number Diff line number Diff line change
@@ -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>
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 80571ec

Please sign in to comment.