Skip to content

Commit 8048164

Browse files
committed
kubectl reference for v1.33
1 parent 7ab46e4 commit 8048164

File tree

33 files changed

+39
-37
lines changed

33 files changed

+39
-37
lines changed

content/en/docs/reference/kubectl/generated/kubectl_annotate/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ kubectl annotate [--overwrite] (-f FILENAME | TYPE NAME) KEY_1=VAL_1 ... KEY_N=V
176176
<td colspan="2">-l, --selector string</td>
177177
</tr>
178178
<tr>
179-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
179+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
180180
</tr>
181181

182182
<tr>

content/en/docs/reference/kubectl/generated/kubectl_apply/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ kubectl apply (-f FILENAME | -k DIRECTORY)
187187
<td colspan="2">-l, --selector string</td>
188188
</tr>
189189
<tr>
190-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
190+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
191191
</tr>
192192

193193
<tr>
@@ -208,7 +208,7 @@ kubectl apply (-f FILENAME | -k DIRECTORY)
208208
<td colspan="2">--subresource string</td>
209209
</tr>
210210
<tr>
211-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>If specified, apply will operate on the subresource of the requested object. Only allowed when using --server-side. This flag is beta and may change in the future.</p></td>
211+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>If specified, apply will operate on the subresource of the requested object. Only allowed when using --server-side.</p></td>
212212
</tr>
213213

214214
<tr>

content/en/docs/reference/kubectl/generated/kubectl_apply/kubectl_apply_view-last-applied.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ kubectl apply view-last-applied (TYPE [NAME | -l label] | TYPE/NAME | -f FILENAM
9494
<td colspan="2">-l, --selector string</td>
9595
</tr>
9696
<tr>
97-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
97+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
9898
</tr>
9999

100100
</tbody>

content/en/docs/reference/kubectl/generated/kubectl_autoscale/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ guide. You can file document formatting bugs against the
2222
## {{% heading "synopsis" %}}
2323

2424

25-
Creates an autoscaler that automatically chooses and sets the number of pods that run in a Kubernetes cluster.
25+
Creates an autoscaler that automatically chooses and sets the number of pods that run in a Kubernetes cluster. The command will attempt to use the autoscaling/v2 API first, in case of an error, it will fall back to autoscaling/v1 API.
2626

2727
Looks up a deployment, replica set, stateful set, or replication controller by name and creates an autoscaler that uses the given resource as a reference. An autoscaler can automatically increase or decrease number of pods deployed within the system as needed.
2828

content/en/docs/reference/kubectl/generated/kubectl_cordon/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ kubectl cordon NODE
6262
<td colspan="2">-l, --selector string</td>
6363
</tr>
6464
<tr>
65-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
65+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
6666
</tr>
6767

6868
</tbody>

content/en/docs/reference/kubectl/generated/kubectl_create/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ kubectl create -f FILENAME
133133
<td colspan="2">-l, --selector string</td>
134134
</tr>
135135
<tr>
136-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
136+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
137137
</tr>
138138

139139
<tr>

content/en/docs/reference/kubectl/generated/kubectl_debug/_index.md

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Debug cluster resources using interactive debugging containers.
3232
* Workload: Add an ephemeral container to an already running pod, for example to add debugging utilities without restarting the pod.
3333
* Node: Create a new pod that runs in the node's host namespaces and can access the node's filesystem.
3434

35+
Note: When a non-root user is configured for the entire target Pod, some capabilities granted by debug profile may not work.
36+
3537
```
3638
kubectl debug (POD | TYPE[[.VERSION].GROUP]/NAME) [ -- COMMAND [args...] ]
3739
```

content/en/docs/reference/kubectl/generated/kubectl_delete/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ kubectl delete ([-f FILENAME] | [-k DIRECTORY] | TYPE [(NAME | -l label | --all)
197197
<td colspan="2">-l, --selector string</td>
198198
</tr>
199199
<tr>
200-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
200+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
201201
</tr>
202202

203203
<tr>

content/en/docs/reference/kubectl/generated/kubectl_describe/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ kubectl describe (-f FILENAME | TYPE [NAME_PREFIX | -l label] | TYPE/NAME)
114114
<td colspan="2">-l, --selector string</td>
115115
</tr>
116116
<tr>
117-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
117+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
118118
</tr>
119119

120120
<tr>

content/en/docs/reference/kubectl/generated/kubectl_diff/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ kubectl diff -f FILENAME
124124
<td colspan="2">-l, --selector string</td>
125125
</tr>
126126
<tr>
127-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
127+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
128128
</tr>
129129

130130
<tr>

content/en/docs/reference/kubectl/generated/kubectl_drain/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ kubectl drain NODE
122122
<td colspan="2">-l, --selector string</td>
123123
</tr>
124124
<tr>
125-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
125+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
126126
</tr>
127127

128128
<tr>

content/en/docs/reference/kubectl/generated/kubectl_edit/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ kubectl edit (RESOURCE/NAME | -f FILENAME)
142142
<td colspan="2">--subresource string</td>
143143
</tr>
144144
<tr>
145-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>If specified, edit will operate on the subresource of the requested object. This flag is beta and may change in the future.</p></td>
145+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>If specified, edit will operate on the subresource of the requested object.</p></td>
146146
</tr>
147147

148148
<tr>

content/en/docs/reference/kubectl/generated/kubectl_explain/_index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ kubectl explain TYPE [--recursive=FALSE|TRUE] [--api-version=api-version-group]
6868
<td colspan="2">--api-version string</td>
6969
</tr>
7070
<tr>
71-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Use given api-version (group/version) of the resource.</p></td>
71+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Get different explanations for particular API version (API group/version)</p></td>
7272
</tr>
7373

7474
<tr>
@@ -79,17 +79,17 @@ kubectl explain TYPE [--recursive=FALSE|TRUE] [--api-version=api-version-group]
7979
</tr>
8080

8181
<tr>
82-
<td colspan="2">-o, --output string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "plaintext"</td>
82+
<td colspan="2">--output string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "plaintext"</td>
8383
</tr>
8484
<tr>
85-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Format in which to render the schema. Valid values are: (plaintext, plaintext-openapiv2).</p></td>
85+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Format in which to render the schema (plaintext, plaintext-openapiv2)</p></td>
8686
</tr>
8787

8888
<tr>
8989
<td colspan="2">--recursive</td>
9090
</tr>
9191
<tr>
92-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>When true, print the name of all the fields recursively. Otherwise, print the available fields with their description.</p></td>
92+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>Print the fields of fields (Currently only 1 level deep)</p></td>
9393
</tr>
9494

9595
</tbody>

content/en/docs/reference/kubectl/generated/kubectl_get/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ kubectl get [(-o|--output=)json|yaml|name|go-template|go-template-file|template|
191191
<td colspan="2">-l, --selector string</td>
192192
</tr>
193193
<tr>
194-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
194+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
195195
</tr>
196196

197197
<tr>
@@ -233,7 +233,7 @@ kubectl get [(-o|--output=)json|yaml|name|go-template|go-template-file|template|
233233
<td colspan="2">--subresource string</td>
234234
</tr>
235235
<tr>
236-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>If specified, gets the subresource of the requested object. This flag is beta and may change in the future.</p></td>
236+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>If specified, gets the subresource of the requested object.</p></td>
237237
</tr>
238238

239239
<tr>

content/en/docs/reference/kubectl/generated/kubectl_label/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ kubectl label [--overwrite] (-f FILENAME | TYPE NAME) KEY_1=VAL_1 ... KEY_N=VAL_
174174
<td colspan="2">-l, --selector string</td>
175175
</tr>
176176
<tr>
177-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
177+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
178178
</tr>
179179

180180
<tr>

content/en/docs/reference/kubectl/generated/kubectl_logs/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ kubectl logs [-f] [-p] (POD | TYPE/NAME) [-c CONTAINER]
183183
<td colspan="2">-l, --selector string</td>
184184
</tr>
185185
<tr>
186-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
186+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
187187
</tr>
188188

189189
<tr>

content/en/docs/reference/kubectl/generated/kubectl_patch/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ kubectl patch (-f FILENAME | TYPE NAME) [-p PATCH|--patch-file FILE]
151151
<td colspan="2">--subresource string</td>
152152
</tr>
153153
<tr>
154-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>If specified, patch will operate on the subresource of the requested object. This flag is beta and may change in the future.</p></td>
154+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>If specified, patch will operate on the subresource of the requested object.</p></td>
155155
</tr>
156156

157157
<tr>

content/en/docs/reference/kubectl/generated/kubectl_replace/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ kubectl replace -f FILENAME
159159
<td colspan="2">--subresource string</td>
160160
</tr>
161161
<tr>
162-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>If specified, replace will operate on the subresource of the requested object. This flag is beta and may change in the future.</p></td>
162+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>If specified, replace will operate on the subresource of the requested object.</p></td>
163163
</tr>
164164

165165
<tr>

content/en/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_history.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ kubectl rollout history (TYPE NAME | TYPE/NAME) [flags]
9999
<td colspan="2">-l, --selector string</td>
100100
</tr>
101101
<tr>
102-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
102+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
103103
</tr>
104104

105105
<tr>

content/en/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_pause.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ kubectl rollout pause RESOURCE
100100
<td colspan="2">-l, --selector string</td>
101101
</tr>
102102
<tr>
103-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
103+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
104104
</tr>
105105

106106
<tr>

content/en/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_restart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ kubectl rollout restart RESOURCE
107107
<td colspan="2">-l, --selector string</td>
108108
</tr>
109109
<tr>
110-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
110+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
111111
</tr>
112112

113113
<tr>

content/en/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_resume.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ kubectl rollout resume RESOURCE
9898
<td colspan="2">-l, --selector string</td>
9999
</tr>
100100
<tr>
101-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
101+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
102102
</tr>
103103

104104
<tr>

content/en/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_status.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ kubectl rollout status (TYPE NAME | TYPE/NAME) [flags]
8484
<td colspan="2">-l, --selector string</td>
8585
</tr>
8686
<tr>
87-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
87+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
8888
</tr>
8989

9090
<tr>

content/en/docs/reference/kubectl/generated/kubectl_rollout/kubectl_rollout_undo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ kubectl rollout undo (TYPE NAME | TYPE/NAME) [flags]
102102
<td colspan="2">-l, --selector string</td>
103103
</tr>
104104
<tr>
105-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
105+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
106106
</tr>
107107

108108
<tr>

content/en/docs/reference/kubectl/generated/kubectl_scale/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ kubectl scale [--resource-version=version] [--current-replicas=count] --replicas
141141
<td colspan="2">-l, --selector string</td>
142142
</tr>
143143
<tr>
144-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
144+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
145145
</tr>
146146

147147
<tr>

content/en/docs/reference/kubectl/generated/kubectl_set/kubectl_set_env.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ kubectl set env RESOURCE/NAME KEY_1=VAL_1 ... KEY_N=VAL_N
212212
<td colspan="2">-l, --selector string</td>
213213
</tr>
214214
<tr>
215-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
215+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
216216
</tr>
217217

218218
<tr>

content/en/docs/reference/kubectl/generated/kubectl_set/kubectl_set_image.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ kubectl set image (-f FILENAME | TYPE NAME) CONTAINER_NAME_1=CONTAINER_IMAGE_1 .
130130
<td colspan="2">-l, --selector string</td>
131131
</tr>
132132
<tr>
133-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
133+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
134134
</tr>
135135

136136
<tr>

content/en/docs/reference/kubectl/generated/kubectl_set/kubectl_set_resources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ kubectl set resources (-f FILENAME | TYPE NAME) ([--limits=LIMITS & --requests=
151151
<td colspan="2">-l, --selector string</td>
152152
</tr>
153153
<tr>
154-
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
154+
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>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.</p></td>
155155
</tr>
156156

157157
<tr>

0 commit comments

Comments
 (0)