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:
parent
b401a0d3a0
commit
5cb8918db9
|
|
@ -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 >}}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue