@@ -61,11 +61,31 @@ The path to the directory where the certificates are stored. If specified, clean
61
61
<td colspan =" 2 " >--cri-socket string</td >
62
62
</tr >
63
63
<tr >
64
- <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
64
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >< p >
65
65
<!--
66
66
Path to the CRI socket to connect. If empty kubeadm will try to auto-detect this value; use this option only if you have more than one CRI installed or if you have non-standard CRI socket.
67
67
-->
68
68
要连接的 CRI 套接字的路径。如果为空,则 kubeadm 将尝试自动检测此值;仅当安装了多个CRI 或具有非标准 CRI 插槽时,才使用此选项。
69
+ </p >
70
+ </td >
71
+ </tr >
72
+
73
+ <tr >
74
+ <td colspan =" 2 " >--dry-run</td >
75
+ </tr >
76
+ <tr >
77
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
78
+ <p >
79
+ <!--
80
+ Don't apply any changes; just output what would be done.
81
+ -->
82
+ 不要应用任何更改;只需输出将要做什么。
83
+ </p >
84
+ </td >
85
+
86
+
87
+
88
+
69
89
</td >
70
90
</tr >
71
91
@@ -74,10 +94,12 @@ Path to the CRI socket to connect. If empty kubeadm will try to auto-detect this
74
94
</tr >
75
95
<tr >
76
96
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
97
+ <p >
77
98
<!--
78
99
Reset the node without prompting for confirmation.
79
100
-->
80
101
在不提示确认的情况下重置节点。
102
+ <p >
81
103
</td >
82
104
</tr >
83
105
@@ -86,49 +108,59 @@ Reset the node without prompting for confirmation.
86
108
</tr >
87
109
<tr >
88
110
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
111
+ <p >
89
112
<!--
90
113
help for reset
91
114
-->
92
115
reset 操作的帮助命令
116
+ <p >
93
117
</td >
94
118
</tr >
95
119
96
120
<tr >
97
- <td colspan =" 2 " >--ignore-preflight-errors stringSlice </td >
121
+ <td colspan =" 2 " >--ignore-preflight-errors strings </td >
98
122
</tr >
99
123
<tr >
100
124
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
125
+ <p >
101
126
<!--
102
127
A list of checks whose errors will be shown as warnings. Example: 'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks.
103
128
-->
104
129
错误将显示为警告的检查列表;例如:'IsPrivilegedUser,Swap'。取值为 'all' 时将忽略检查中的所有错误。
130
+ <p >
105
131
</td >
106
132
</tr >
107
133
108
134
<tr >
109
135
<td colspan =" 2 " >
136
+ <p >
110
137
<!--
111
138
--kubeconfig string Default: "/etc/kubernetes/admin.conf"
112
139
-->
113
140
--kubeconfig string  ;  ;  ;  ;  ; 默认值:"/etc/kubernetes/admin.conf"
141
+ <p >
114
142
</td >
115
143
</tr >
116
144
<tr >
117
145
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
146
+ <p >
118
147
<!--
119
148
The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file.
120
149
-->
121
150
与集群通信时使用的 kubeconfig 文件。如果未设置该标志,则可以在一组标准位置中搜索现有的 kubeconfig 文件。
151
+ <p >
122
152
</td >
123
153
</tr >
124
154
125
155
<tr >
126
- <td colspan =" 2 " >--skip-phases stringSlice </td >
156
+ <td colspan =" 2 " >--skip-phases strings </td >
127
157
</tr >
128
158
<tr >
129
159
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
160
+ <p >
130
161
<!-- List of phases to be skipped -->
131
162
要跳过的阶段列表
163
+ <p >
132
164
</td >
133
165
</tr >
134
166
@@ -155,10 +187,12 @@ The kubeconfig file to use when talking to the cluster. If the flag is not set,
155
187
</tr >
156
188
<tr >
157
189
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
190
+ <p >
158
191
<!--
159
192
[EXPERIMENTAL] The path to the 'real' host root filesystem.
160
193
-->
161
194
[ 实验] 指向 '真实' 宿主机根文件系统的路径。
195
+ <p >
162
196
</td >
163
197
</tr >
164
198
0 commit comments