Skip to content

Commit 3af9f76

Browse files
authored
Merge pull request #39220 from windsonsea/resnode
[zh] sync kubeadm_reset_phase_cleanup-node.md
2 parents 7f67d98 + d72ecfd commit 3af9f76

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

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

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The file is auto-generated from the Go source code of the component using a gene
33
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
44
to generate the reference documentation, please read
55
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
6-
To update the reference conent, please follow the
6+
To update the reference content, please follow the
77
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
88
guide. You can file document formatting bugs against the
99
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
@@ -60,6 +60,22 @@ The path to the directory where the certificates are stored. If specified, clean
6060
</td>
6161
</tr>
6262

63+
<tr>
64+
<td colspan="2">--cleanup-tmp-dir</td>
65+
</tr>
66+
<tr>
67+
<td>
68+
</td>
69+
<td style="line-height: 130%; word-wrap: break-word;">
70+
<!--
71+
Cleanup the &quot;/etc/kubernetes/tmp&quot; directory
72+
-->
73+
<p>
74+
清理 &quot;/etc/kubernetes/tmp&quot; 目录
75+
</p>
76+
</td>
77+
</tr>
78+
6379
<tr>
6480
<td colspan="2">--cri-socket string</td>
6581
</tr>
@@ -69,7 +85,23 @@ The path to the directory where the certificates are stored. If specified, clean
6985
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.
7086
-->
7187
<p>
72-
要连接的 CRI 套接字的路径。如果为空,则 kubeadm 将尝试自动检测此值;仅当安装了多个CRI 或具有非标准 CRI 插槽时,才使用此选项。
88+
要连接的 CRI 套接字的路径。如果为空,则 kubeadm 将尝试自动检测此值;仅当安装了多个 CRI 或具有非标准 CRI 插槽时,才使用此选项。
89+
</p>
90+
</td>
91+
</tr>
92+
93+
<tr>
94+
<td colspan="2">--dry-run</td>
95+
</tr>
96+
<tr>
97+
<td>
98+
</td>
99+
<td style="line-height: 130%; word-wrap: break-word;">
100+
<!--
101+
Don't apply any changes; just output what would be done.
102+
-->
103+
<p>
104+
不要应用任何变更;只是输出将要执行的操作。
73105
</p>
74106
</td>
75107
</tr>

0 commit comments

Comments
 (0)