Skip to content

Commit aff9a12

Browse files
authored
Merge pull request #33470 from zyy19981018/zyy22
[zh]Update content/zh/docs/reference/setup-tools/kubeadm/generated/ku…
2 parents 8c980f0 + e5654fd commit aff9a12

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

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

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,31 @@ The path to the directory where the certificates are stored. If specified, clean
6161
<td colspan="2">--cri-socket string</td>
6262
</tr>
6363
<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>
6565
<!--
6666
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.
6767
-->
6868
要连接的 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+
6989
</td>
7090
</tr>
7191

@@ -74,10 +94,12 @@ Path to the CRI socket to connect. If empty kubeadm will try to auto-detect this
7494
</tr>
7595
<tr>
7696
<td></td><td style="line-height: 130%; word-wrap: break-word;">
97+
<p>
7798
<!--
7899
Reset the node without prompting for confirmation.
79100
-->
80101
在不提示确认的情况下重置节点。
102+
<p>
81103
</td>
82104
</tr>
83105

@@ -86,49 +108,59 @@ Reset the node without prompting for confirmation.
86108
</tr>
87109
<tr>
88110
<td></td><td style="line-height: 130%; word-wrap: break-word;">
111+
<p>
89112
<!--
90113
help for reset
91114
-->
92115
reset 操作的帮助命令
116+
<p>
93117
</td>
94118
</tr>
95119

96120
<tr>
97-
<td colspan="2">--ignore-preflight-errors stringSlice</td>
121+
<td colspan="2">--ignore-preflight-errors strings</td>
98122
</tr>
99123
<tr>
100124
<td></td><td style="line-height: 130%; word-wrap: break-word;">
125+
<p>
101126
<!--
102127
A list of checks whose errors will be shown as warnings. Example: 'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks.
103128
-->
104129
错误将显示为警告的检查列表;例如:'IsPrivilegedUser,Swap'。取值为 'all' 时将忽略检查中的所有错误。
130+
<p>
105131
</td>
106132
</tr>
107133

108134
<tr>
109135
<td colspan="2">
136+
<p>
110137
<!--
111138
--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/admin.conf"
112139
-->
113140
--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;默认值:"/etc/kubernetes/admin.conf"
141+
<p>
114142
</td>
115143
</tr>
116144
<tr>
117145
<td></td><td style="line-height: 130%; word-wrap: break-word;">
146+
<p>
118147
<!--
119148
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.
120149
-->
121150
与集群通信时使用的 kubeconfig 文件。如果未设置该标志,则可以在一组标准位置中搜索现有的 kubeconfig 文件。
151+
<p>
122152
</td>
123153
</tr>
124154

125155
<tr>
126-
<td colspan="2">--skip-phases stringSlice</td>
156+
<td colspan="2">--skip-phases strings</td>
127157
</tr>
128158
<tr>
129159
<td></td><td style="line-height: 130%; word-wrap: break-word;">
160+
<p>
130161
<!-- List of phases to be skipped -->
131162
要跳过的阶段列表
163+
<p>
132164
</td>
133165
</tr>
134166

@@ -155,10 +187,12 @@ The kubeconfig file to use when talking to the cluster. If the flag is not set,
155187
</tr>
156188
<tr>
157189
<td></td><td style="line-height: 130%; word-wrap: break-word;">
190+
<p>
158191
<!--
159192
[EXPERIMENTAL] The path to the 'real' host root filesystem.
160193
-->
161194
[实验] 指向 '真实' 宿主机根文件系统的路径。
195+
<p>
162196
</td>
163197
</tr>
164198

0 commit comments

Comments
 (0)