Skip to content

Commit 6a80969

Browse files
committed
[zh-cn]sync kubectl_annotate kubectl_logs
Signed-off-by: xin.li
1 parent 7997e3f commit 6a80969

File tree

2 files changed

+8
-6
lines changed
  • content/zh-cn/docs/reference/kubectl/generated

2 files changed

+8
-6
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,11 @@ If non-empty, the annotation update will only succeed if this is the current res
284284
<tr>
285285
<td>td><td style="line-height: 130%; word-wrap: break-word;"><p>
286286
289-
过滤所用的选择算符(标签查询),支持 '='、'==' 和 '!='。
290-
(例如 -l key1=value1,key2=value2)。匹配的对象必须满足所有指定的标签约束。
289+
过滤所用的选择算符(标签查询),支持 '='、'=='、'!='、'in' 和 'notin'。
290+
(例如 -l key1=value1,key2=value2,key3 in (value3))。
291+
匹配的对象必须满足所有指定的标签约束。
291292
p>td>
292293
tr>
293294

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,11 @@ If true, print the logs for the previous instance of the container in a pod if i
300300
<tr>
301301
<td>td><td style="line-height: 130%; word-wrap: break-word;"><p>
302302
305-
过滤所用的选择算符(标签查询),支持 '='、'==' 和 '!='。
306-
(例如 -l key1=value1,key2=value2)。匹配的对象必须满足所有指定的标签约束。
305+
过滤所用的选择算符(标签查询),支持 '='、'=='、'!='、'in' 和 'notin'。
306+
(例如 -l key1=value1,key2=value2,key3 in (value3))。
307+
匹配的对象必须满足所有指定的标签约束。
307308
p>td>
308309
tr>
309310

0 commit comments

Comments
 (0)