Skip to content

Commit 80571ec

Browse files
authored
Merge pull request #46203 from windsonsea/w8con
[zh] Sync 3 reference files in setup-tools/kubeadm/generated
2 parents 78b26c3 + eea60cf commit 80571ec

File tree

3 files changed

+90
-15
lines changed

3 files changed

+90
-15
lines changed

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_show-join-command.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
<!--
2-
The file is auto-generated from the Go source code of the component using a generic
3-
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
4-
to generate the reference documentation, please read
5-
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
6-
To update the reference content, please follow the
7-
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
8-
guide. You can file document formatting bugs against the
9-
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
10-
-->
11-
121
<!--
132
Show the join command for control-plane and worker node
143
-->
@@ -51,7 +40,7 @@ kubeadm init phase show-join-command [flags]
5140
help for show-join-command
5241
-->
5342
<p>
54-
show-join-command 操作的帮助命令
43+
show-join-command 操作的帮助命令
5544
</p>
5645
</td>
5746
</tr>
@@ -89,6 +78,3 @@ show-join-command 操作的帮助命令
8978

9079
</tbody>
9180
</table>
92-
93-
94-
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<!--
2+
EXPERIMENTAL: Wait for the control plane to start
3+
-->
4+
**实验特性**:等待控制平面启动
5+
6+
<!--
7+
### Synopsis
8+
9+
EXPERIMENTAL: Wait for the control plane to start
10+
-->
11+
### 概要
12+
13+
**实验特性**:等待控制平面启动
14+
15+
```
16+
kubeadm join phase wait-control-plane [flags]
17+
```
18+
19+
<!--
20+
### Options
21+
-->
22+
### 选项
23+
24+
<table style="width: 100%; table-layout: fixed;">
25+
<colgroup>
26+
<col span="1" style="width: 10px;" />
27+
<col span="1" />
28+
</colgroup>
29+
<tbody>
30+
31+
<tr>
32+
<td colspan="2">-h, --help</td>
33+
</tr>
34+
<tr>
35+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
36+
<p>
37+
<!--
38+
help for wait-control-plane
39+
-->
40+
wait-control-plane 操作的帮助命令。
41+
</p>
42+
</td>
43+
</tr>
44+
45+
</tbody>
46+
</table>
47+
48+
<!--
49+
### Options inherited from parent commands
50+
-->
51+
### 从父命令继承的选项
52+
53+
<table style="width: 100%; table-layout: fixed;">
54+
<colgroup>
55+
<col span="1" style="width: 10px;" />
56+
<col span="1" />
57+
</colgroup>
58+
<tbody>
59+
60+
<tr>
61+
<td colspan="2">--rootfs string</td>
62+
</tr>
63+
<tr>
64+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
65+
<p>
66+
<!--
67+
[EXPERIMENTAL] The path to the 'real' host root filesystem.
68+
-->
69+
[实验] 到 '真实' 主机根文件系统的路径。
70+
</p>
71+
</td>
72+
</tr>
73+
74+
</tbody>
75+
</table>

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade_node.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@ Perform the renewal of certificates used by component changed during upgrades.
6161
</td>
6262
</tr>
6363

64+
<tr>
65+
<td colspan="2">--config string</td>
66+
</tr>
67+
<tr>
68+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
69+
<p>
70+
<!--
71+
Path to a kubeadm configuration file.
72+
-->
73+
到 kubeadm 配置文件的路径。
74+
</p>
75+
</td>
76+
</tr>
77+
6478
<tr>
6579
<td colspan="2">--dry-run</td>
6680
</tr>

0 commit comments

Comments
 (0)