Skip to content

Commit 0a32c0b

Browse files
committed
[zh-cn] sync _index.md kubectl_rollout_undo.md kubeadm_init_phase_addon_all.md
1 parent f900e94 commit 0a32c0b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

content/zh-cn/docs/reference/kubectl/generated/kubectl_label/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,10 @@ If non-empty, the labels update will only succeed if this is the current resourc
283283
<tr>
284284
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
285285
<!--
286-
Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2). Matching objects must satisfy all of the specified label constraints.
286+
Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
287287
-->
288-
过滤所用的选择算符(标签查询),支持 '='、'==' 和 '!='
289-
(例如 -l key1=value1,key2=value2)。匹配的对象必须满足所有指定的标签约束
288+
当 -o=go-template、-o=go-template-file 时使用的模板字符串或模板文件路径
289+
模板格式为 golang 模板 [http://golang.org/pkg/text/template/#pkg-overview]
290290
</p></td>
291291
</tr>
292292

content/zh-cn/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_undo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ Process the directory used in -f, --filename recursively. Useful when you want t
156156
<td></td><td style="line-height: 130%; word-wrap: break-word;">
157157
<p>
158158
<!--
159-
Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2). Matching objects must satisfy all of the specified label constraints.
159+
Selector (label query) to filter on, supports '=', '==', '!=', 'in', 'notin'.(e.g. -l key1=value1,key2=value2,key3 in (value3)). Matching objects must satisfy all of the specified label constraints.
160160
-->
161-
过滤所用的选择算符(标签查询),支持 '='、'==''!='。
162-
(例如 -l key1=value1,key2=value2)。匹配的对象必须满足所有指定的标签约束。
161+
过滤所用的选择算符(标签查询),支持 '='、'==''!='、'in'、'notin'。
162+
(例如 -l key1=value1,key2=value2,key3 in (value3))。匹配的对象必须满足所有指定的标签约束。
163163
</p></td>
164164
</tr>
165165

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,20 +111,20 @@ Don't apply any changes; just output what would be done.
111111
<td></td><td style="line-height: 130%; word-wrap: break-word;">
112112
<!--
113113
A set of key=value pairs that describe feature gates for various features. Options are:<br/>
114-
ControlPlaneKubeletLocalMode=true|false (ALPHA - default=false)<br/>
114+
ControlPlaneKubeletLocalMode=true|false (BETA - default=true)<br/>
115115
EtcdLearnerMode=true|false (default=true)<br/>
116116
NodeLocalCRISocket=true|false (ALPHA - default=false)<br/>
117117
PublicKeysECDSA=true|false (DEPRECATED - default=false)<br/>
118118
RootlessControlPlane=true|false (ALPHA - default=false)<br/>
119-
WaitForAllControlPlaneComponents=true|false (ALPHA - default=false)
119+
WaitForAllControlPlaneComponents=true|false (BETA - default=true)
120120
-->
121121
一组键值对(key=value),描述了各种特征。选项包括:<br/>
122-
ControlPlaneKubeletLocalMode=true|false (ALPHA - 默认值=false)<br/>
122+
ControlPlaneKubeletLocalMode=true|false (BETA - 默认值=true)<br/>
123123
EtcdLearnerMode=true|false (默认值=true)<br/>
124124
NodeLocalCRISocket=true|false (ALPHA - 默认值=false)<br/>
125125
PublicKeysECDSA=true|false (DEPRECATED - 默认值=false)<br/>
126126
RootlessControlPlane=true|false (ALPHA - 默认值=false)<br/>
127-
WaitForAllControlPlaneComponents=true|false (ALPHA - 默认值=false)
127+
WaitForAllControlPlaneComponents=true|false (BETA - 默认值=true)
128128
</td>
129129
</tr>
130130

0 commit comments

Comments
 (0)