@@ -3,7 +3,7 @@ The file is auto-generated from the Go source code of the component using a gene
3
3
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
4
4
to generate the reference documentation, please read
5
5
[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
7
7
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
8
8
guide. You can file document formatting bugs against the
9
9
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
@@ -20,9 +20,9 @@ Upload certificates to kubeadm-certs
20
20
### 概要
21
21
22
22
<!--
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
24
24
-->
25
- 此命令并非设计用来单独运行。请参阅可用子命令列表。
25
+ 将控制平面证书上传到 kubeadm-certs Secret
26
26
27
27
```
28
28
kubeadm init phase upload-certs [flags]
@@ -68,6 +68,20 @@ kubeadm 配置文件的路径。
68
68
</td >
69
69
</tr >
70
70
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
+
71
85
<tr >
72
86
<td colspan =" 2 " >-h, --help</td >
73
87
</tr >
0 commit comments