File tree Expand file tree Collapse file tree 5 files changed +41
-5
lines changed
content/zh-cn/docs/reference/setup-tools/kubeadm/generated Expand file tree Collapse file tree 5 files changed +41
-5
lines changed Original file line number Diff line number Diff line change @@ -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.
Original file line number Diff line number Diff line change @@ -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.
Original file line number Diff line number Diff line change @@ -96,6 +96,18 @@ kubeadm init phase addon kube-proxy [flags]
96
96
</td >
97
97
</tr >
98
98
99
+ <tr >
100
+ <td colspan =" 2 " >--dry-run</td >
101
+ </tr >
102
+ <tr >
103
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
104
+ <!--
105
+ <p>Don't apply any changes; just output what would be done.</p>
106
+ -->
107
+ <p >不做任何更改;只输出将要执行的操作。</p >
108
+ </td >
109
+ </tr >
110
+
99
111
<tr >
100
112
<td colspan =" 2 " >-h, --help</td >
101
113
</tr >
Original file line number Diff line number Diff line change @@ -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.
@@ -113,6 +113,18 @@ kubeadm init phase kubeconfig controller-manager [flags]
113
113
</td >
114
114
</tr >
115
115
116
+ <tr >
117
+ <td colspan =" 2 " >--dry-run</td >
118
+ </tr >
119
+ <tr >
120
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
121
+ <!--
122
+ <p>Don't apply any changes; just output what would be done.</p>
123
+ -->
124
+ <p >不做任何更改;只输出将要执行的操作。</p >
125
+ </td >
126
+ </tr >
127
+
116
128
<tr >
117
129
<td colspan =" 2 " >-h, --help</td >
118
130
</tr >
Original file line number Diff line number Diff line change @@ -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.
@@ -102,7 +102,7 @@ kubeadm join phase preflight --config kubeadm-config.yaml
102
102
<tr >
103
103
<td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
104
104
<!--
105
- <p>Path to kubeadm config file.</p>
105
+ <p>Path to a kubeadm configuration file.</p>
106
106
-->
107
107
<p >kubeadm 配置文件的路径。</p >
108
108
</td >
@@ -180,6 +180,18 @@ kubeadm join phase preflight --config kubeadm-config.yaml
180
180
</td >
181
181
</tr >
182
182
183
+ <tr >
184
+ <td colspan =" 2 " >--dry-run</td >
185
+ </tr >
186
+ <tr >
187
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
188
+ <!--
189
+ <p>Don't apply any changes; just output what would be done.</p>
190
+ -->
191
+ <p >不做任何更改;只输出将要执行的操作。</p >
192
+ </td >
193
+ </tr >
194
+
183
195
<tr >
184
196
<td colspan =" 2 " >-h, --help</td >
185
197
</tr >
You can’t perform that action at this time.
0 commit comments