Skip to content

Commit 1bc4cbf

Browse files
authored
Merge pull request #40328 from windsonsea/showjoin
[zh] sync kubeadm_init_phase_show-join-command.md
2 parents 30e7c5e + 3d6dce8 commit 1bc4cbf

File tree

2 files changed

+109
-0
lines changed

2 files changed

+109
-0
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,21 @@ kubeadm init phase kubelet-finalize all --config
6262
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>kubeadm 配置文件的路径。</p></td>
6363
</tr>
6464

65+
<tr>
66+
<td colspan="2">--dry-run</td>
67+
</tr>
68+
<tr>
69+
<td>
70+
</td>
71+
<td style="line-height: 130%; word-wrap: break-word;">
72+
<!--
73+
Don't apply any changes; just output what would be done.
74+
-->
75+
<p>
76+
不做任何更改;只输出将要执行的操作。
77+
</p></td>
78+
</tr>
79+
6580
<tr>
6681
<td colspan="2">-h, --help</td>
6782
</tr>
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
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+
12+
<!--
13+
Show the join command for control-plane and worker node
14+
-->
15+
显示针对控制平面和工作节点的 join 命令。
16+
17+
<!--
18+
### Synopsis
19+
-->
20+
### 概要
21+
22+
<!--
23+
Show the join command for control-plane and worker node
24+
-->
25+
显示针对控制平面和工作节点的 join 命令。
26+
27+
```
28+
kubeadm init phase show-join-command [flags]
29+
```
30+
31+
<!--
32+
### Options
33+
-->
34+
### 选项
35+
36+
<table style="width: 100%; table-layout: fixed;">
37+
<colgroup>
38+
<col span="1" style="width: 10px;" />
39+
<col span="1" />
40+
</colgroup>
41+
<tbody>
42+
43+
<tr>
44+
<td colspan="2">-h, --help</td>
45+
</tr>
46+
<tr>
47+
<td>
48+
</td>
49+
<td style="line-height: 130%; word-wrap: break-word;">
50+
<!--
51+
help for show-join-command
52+
-->
53+
<p>
54+
show-join-command 操作的帮助命令
55+
</p>
56+
</td>
57+
</tr>
58+
59+
</tbody>
60+
</table>
61+
62+
<!--
63+
### Options inherited from parent commands
64+
-->
65+
### 从父命令继承的选项
66+
67+
<table style="width: 100%; table-layout: fixed;">
68+
<colgroup>
69+
<col span="1" style="width: 10px;" />
70+
<col span="1" />
71+
</colgroup>
72+
<tbody>
73+
74+
<tr>
75+
<td colspan="2">--rootfs string</td>
76+
</tr>
77+
<tr>
78+
<td>
79+
</td>
80+
<td style="line-height: 130%; word-wrap: break-word;">
81+
<!--
82+
[EXPERIMENTAL] The path to the 'real' host root filesystem.
83+
-->
84+
<p>
85+
[实验] 到 '真实' 主机根文件系统的路径。
86+
</p>
87+
</td>
88+
</tr>
89+
90+
</tbody>
91+
</table>
92+
93+
94+

0 commit comments

Comments
 (0)