Update content/en/docs/concepts/overview/working-with-objects/field-selectors.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>
This commit is contained in:
Aritra Ghosh 2023-08-21 10:30:18 -04:00 committed by GitHub
parent b401a0d3a0
commit 5cb8918db9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ You can use the `=`, `==`, and `!=` operators with field selectors (`=` and `==`
kubectl get services --all-namespaces --field-selector metadata.namespace!=default
```
{{< note >}}
[Set based operators (`in`, `notin`,`exists`)](/docs/concepts/overview/working-with-objects/labels/#set-based-requirement) are not supported for field selectors.
[Set based operators](/docs/concepts/overview/working-with-objects/labels/#set-based-requirement)
(`in`, `notin`,`exists`) are not supported for field selectors.
{{< /note >}}