Skip to content

Commit 9f9a1ad

Browse files
committed
[zh] sync kubeadm_upgrade_plan.md
1 parent 1fb2e1f commit 9f9a1ad

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

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

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ Path to a kubeadm configuration file.
7171
<tr>
7272
<td></td><td style="line-height: 130%; word-wrap: break-word;">
7373
<!--
74-
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)
74+
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 (default=true)
7575
-->
7676
<p>
7777
一组描述各种特征特性门控的键值对。选项有:
7878
<br/>PublicKeysECDSA=true|false (ALPHA - 默认值=false)
7979
<br/>RootlessControlPlane=true|false (ALPHA - 默认值=false)
80-
<br/>UnversionedKubeletConfigMap=true|false (BETA - 默认值=true)
80+
<br/>UnversionedKubeletConfigMap=true|false (默认值=true)
8181
</p>
8282
</td>
8383
</tr>
@@ -129,6 +129,23 @@ The kubeconfig file to use when talking to the cluster. If the flag is not set,
129129
</td>
130130
</tr>
131131

132+
<tr>
133+
<td colspan="2">-o, --output string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
134+
<!--
135+
Default: "text"
136+
-->
137+
默认值:"text"
138+
</td>
139+
</tr>
140+
<tr>
141+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
142+
<!--
143+
EXPERIMENTAL: Output format. One of: text|json|yaml.
144+
-->
145+
实验性功能;输出格式为 text|json|yaml 其中的一种。
146+
</p></td>
147+
</tr>
148+
132149
<tr>
133150
<td colspan="2">--print-config</td>
134151
</tr>
@@ -143,6 +160,18 @@ Specifies whether the configuration file that will be used in the upgrade should
143160
</td>
144161
</tr>
145162

163+
<tr>
164+
<td colspan="2">--show-managed-fields</td>
165+
</tr>
166+
<tr>
167+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
168+
<!--
169+
If true, keep the managedFields when printing objects in JSON or YAML format.
170+
-->
171+
如果开启,以 JSON 或 YAML 格式打印对象时会保留 managedField。
172+
</p></td>
173+
</tr>
174+
146175
</tbody>
147176
</table>
148177

0 commit comments

Comments
 (0)