Skip to content

Commit 5cb1468

Browse files
authored
Merge pull request #40244 from yulng/task16
[zh]content/zh-cn/docs/reference/setup-tools/kubeadm for task16
2 parents 72b6ba8 + da857bf commit 5cb1468

File tree

5 files changed

+35
-5
lines changed

5 files changed

+35
-5
lines changed

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_config_print_join-defaults.md

Lines changed: 1 addition & 1 deletion
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.

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

Lines changed: 1 addition & 1 deletion
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.

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_certs_etcd-ca.md

Lines changed: 15 additions & 1 deletion
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.
@@ -88,6 +88,20 @@ kubeadm 配置文件的路径。
8888
</td>
8989
</tr>
9090

91+
<tr>
92+
<td colspan="2">--dry-run</td>
93+
</tr>
94+
<tr>
95+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
96+
<!--
97+
Don't apply any changes; just output what would be done.
98+
-->
99+
<p>
100+
不做任何更改;只输出将要执行的操作。
101+
</p>
102+
</td>
103+
</tr>
104+
91105
<tr>
92106
<td colspan="2">-h, --help</td>
93107
</tr>

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_join_phase_control-plane-join_etcd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Create a new control plane instance on this node
9494
Don't apply any changes; just output what would be done.
9595
-->
9696
<p>
97-
不做任何更改;只输出将要执行的操作。
97+
不做任何更改;只输出将要执行的操作。
9898
</p>
9999
</td>
100100
</tr>

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

Lines changed: 17 additions & 1 deletion
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.
@@ -74,6 +74,22 @@ The path to the directory where the certificates are stored. If specified, clean
7474
</td>
7575
</tr>
7676

77+
<tr>
78+
<td colspan="2">--cleanup-tmp-dir</td>
79+
</tr>
80+
<tr>
81+
<td>
82+
</td>
83+
<td style="line-height: 130%; word-wrap: break-word;">
84+
<!--
85+
Cleanup the &quot;/etc/kubernetes/tmp&quot; directory
86+
-->
87+
<p>
88+
清理 &quot;/etc/kubernetes/tmp&quot; 目录
89+
</p>
90+
</td>
91+
</tr>
92+
7793
<tr>
7894
<td colspan="2">--cri-socket string</td>
7995
</tr>

0 commit comments

Comments
 (0)