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

Co-authored-by: Michael <haifeng.yao@daocloud.io>
This commit is contained in:
Aritra Ghosh 2023-08-22 11:06:22 -04:00 committed by GitHub
parent 5cb8918db9
commit 681c1b4ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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