Skip to content

Commit ae3dd48

Browse files
authored
Merge pull request #38488 from gaogao101/work56
[zh-cn] sync kubeadm_init_phase_upload-certs.md
2 parents 1ee153a + dfe61af commit ae3dd48

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

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

Lines changed: 17 additions & 3 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.
@@ -20,9 +20,9 @@ Upload certificates to kubeadm-certs
2020
### 概要
2121

2222
<!--
23-
This command is not meant to be run on its own. See list of available subcommands.
23+
Upload control plane certificates to the kubeadm-certs Secret
2424
-->
25-
此命令并非设计用来单独运行。请参阅可用子命令列表。
25+
将控制平面证书上传到 kubeadm-certs Secret
2626

2727
```
2828
kubeadm init phase upload-certs [flags]
@@ -68,6 +68,20 @@ kubeadm 配置文件的路径。
6868
</td>
6969
</tr>
7070

71+
<tr>
72+
<td colspan="2">--dry-run</td>
73+
</tr>
74+
<tr>
75+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
76+
<!--
77+
Don't apply any changes; just output what would be done.
78+
-->
79+
<p>
80+
不应用任何变更;只是输出将要执行的操作。
81+
</p>
82+
</td>
83+
</tr>
84+
7185
<tr>
7286
<td colspan="2">-h, --help</td>
7387
</tr>

0 commit comments

Comments
 (0)