Skip to content

Commit 17b47c2

Browse files
committed
[zh-cn] Reference files to sync task-10
Signed-off-by: Guangwen Feng <[email protected]>
1 parent 112bdf1 commit 17b47c2

File tree

4 files changed

+72
-4
lines changed

4 files changed

+72
-4
lines changed

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_upload-config_all.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.
@@ -61,6 +61,20 @@ kubeadm 配置文件的路径。
6161
</td>
6262
</tr>
6363

64+
<tr>
65+
<td colspan="2">--dry-run</td>
66+
</tr>
67+
<tr>
68+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
69+
<!--
70+
Don't apply any changes; just output what would be done.
71+
-->
72+
<p>
73+
不做任何更改;只输出将要执行的操作。
74+
</p>
75+
</td>
76+
</tr>
77+
6478
<tr>
6579
<td colspan="2">-h, --help</td>
6680
</tr>

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_upload-config_kubeadm.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.
@@ -79,6 +79,20 @@ kubeadm 配置文件的路径。
7979
</td>
8080
</tr>
8181

82+
<tr>
83+
<td colspan="2">--dry-run</td>
84+
</tr>
85+
<tr>
86+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
87+
<!--
88+
Don't apply any changes; just output what would be done.
89+
-->
90+
<p>
91+
不做任何更改;只输出将要执行的操作。
92+
</p>
93+
</td>
94+
</tr>
95+
8296
<tr>
8397
<td colspan="2">-h, --help</td>
8498
</tr>

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
<!--
214
Upload the kubelet component config to a ConfigMap
315
-->
@@ -58,6 +70,20 @@ kubeadm init phase upload-config kubelet --config kubeadm.yaml
5870
</td>
5971
</tr>
6072

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+
<!--
79+
Don't apply any changes; just output what would be done.
80+
-->
81+
<p>
82+
不做任何更改;只输出将要执行的操作。
83+
</p>
84+
</td>
85+
</tr>
86+
6187
<tr>
6288
<td colspan="2">-h, --help</td>
6389
</tr>

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

Lines changed: 16 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.
@@ -62,7 +62,7 @@ If the node should host a new control plane instance, the IP address the API Ser
6262
<tr>
6363
<td></td><td style="line-height: 130%; word-wrap: break-word;">
6464
<!--
65-
Path to kubeadm config file.
65+
Path to a kubeadm configuration file.
6666
-->
6767
<p>
6868
kubeadm 配置文件的路径。
@@ -140,6 +140,20 @@ For token-based discovery, allow joining without --discovery-token-ca-cert-hash
140140
</td>
141141
</tr>
142142

143+
<tr>
144+
<td colspan="2">--dry-run</td>
145+
</tr>
146+
<tr>
147+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
148+
<!--
149+
Don't apply any changes; just output what would be done.
150+
-->
151+
<p>
152+
不做任何更改;只输出将要执行的操作。
153+
</p>
154+
</td>
155+
</tr>
156+
143157
<tr>
144158
<td colspan="2">-h, --help</td>
145159
</tr>

0 commit comments

Comments
 (0)