Skip to content

Commit 9e17076

Browse files
authored
Merge pull request #39592 from mengjiao-liu/sync-kubeadm_init_phase_addon_all
[zh-cn] Resync kubeadm_init_phase_addon_all.md
2 parents 344b6db + beaddd0 commit 9e17076

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

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

Lines changed: 18 additions & 5 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.
@@ -104,18 +104,31 @@ Specify a stable IP address or DNS name for the control plane.
104104
</td>
105105
</tr>
106106

107+
<tr>
108+
<td colspan="2">--dry-run</td>
109+
</tr>
110+
<tr>
111+
<td></td><td style="line-height: 130%; word-wrap: break-word;">
112+
<!--
113+
Don't apply any changes; just output what would be done.
114+
-->
115+
<p>
116+
不要应用任何更改;只是输出将要执行的操作。
117+
</p>
118+
</td>
119+
</tr>
120+
107121
<tr>
108122
<td colspan="2">--feature-gates string</td>
109123
</tr>
110124
<tr>
111125
<td></td><td style="line-height: 130%; word-wrap: break-word;">
112126
<!--
113-
A set of key=value pairs that describe feature gates for various features. Options are:<br/>PublicKeysECDSA=true|false (ALPHA - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>UnversionedKubeletConfigMap=true|false (BETA - default=true)
127+
A set of key=value pairs that describe feature gates for various features. Options are:<br/>PublicKeysECDSA=true|false (ALPHA - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)
114128
-->
115129
一组键值对(key=value),描述了各种特征。选项包括:
116130
<br/>PublicKeysECDSA=true|false (ALPHA - 默认值=false)
117131
<br/>RootlessControlPlane=true|false (ALPHA - 默认值=false)
118-
<br/>UnversionedKubeletConfigMap=true|false (BETA - 默认值=true)
119132
</td>
120133
</tr>
121134

@@ -136,9 +149,9 @@ all 操作的帮助命令
136149
<tr>
137150
<td colspan="2">
138151
<!--
139-
--image-repository string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "k8s.gcr.io"
152+
--image-repository string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "registry.k8s.io"
140153
-->
141-
--image-repository string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;默认值:"k8s.gcr.io"
154+
--image-repository string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;默认值:"registry.k8s.io"
142155
</td>
143156
</tr>
144157
<tr>

0 commit comments

Comments
 (0)