From 681c1b4ab08f69567df38dc608b53e63a7fe2125 Mon Sep 17 00:00:00 2001 From: Aritra Ghosh Date: Tue, 22 Aug 2023 11:06:22 -0400 Subject: [PATCH] Update content/en/docs/concepts/overview/working-with-objects/field-selectors.md Co-authored-by: Michael --- .../concepts/overview/working-with-objects/field-selectors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/overview/working-with-objects/field-selectors.md b/content/en/docs/concepts/overview/working-with-objects/field-selectors.md index ac2c6852d2..3d0ace78e9 100644 --- a/content/en/docs/concepts/overview/working-with-objects/field-selectors.md +++ b/content/en/docs/concepts/overview/working-with-objects/field-selectors.md @@ -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 >}}