File tree Expand file tree Collapse file tree 3 files changed +90
-15
lines changed
content/zh-cn/docs/reference/setup-tools/kubeadm/generated Expand file tree Collapse file tree 3 files changed +90
-15
lines changed Original file line number Diff line number Diff line change 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
1
<!--
13
2
Show the join command for control-plane and worker node
14
3
-->
@@ -51,7 +40,7 @@ kubeadm init phase show-join-command [flags]
51
40
help for show-join-command
52
41
-->
53
42
<p >
54
- show-join-command 操作的帮助命令
43
+ show-join-command 操作的帮助命令。
55
44
</p >
56
45
</td >
57
46
</tr >
@@ -89,6 +78,3 @@ show-join-command 操作的帮助命令
89
78
90
79
</tbody >
91
80
</table >
92
-
93
-
94
-
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change @@ -61,6 +61,20 @@ Perform the renewal of certificates used by component changed during upgrades.
61
61
</td >
62
62
</tr >
63
63
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
+
64
78
<tr >
65
79
<td colspan =" 2 " >--dry-run</td >
66
80
</tr >
You can’t perform that action at this time.
0 commit comments