We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bb15d commit ca3eefbCopy full SHA for ca3eefb
content/en/docs/concepts/overview/working-with-objects/labels.md
@@ -227,7 +227,7 @@ For instance, they can implement the _OR_ operator on values:
227
kubectl get pods -l 'environment in (production, qa)'
228
```
229
230
-or restricting negative matching via _exists_ operator:
+or restricting negative matching via _notin_ operator:
231
232
```shell
233
kubectl get pods -l 'environment,environment notin (frontend)'
0 commit comments