From 5cb8918db9a46074df0628839b2efedded7363fb Mon Sep 17 00:00:00 2001 From: Aritra Ghosh Date: Mon, 21 Aug 2023 10:30:18 -0400 Subject: [PATCH] Update content/en/docs/concepts/overview/working-with-objects/field-selectors.md Co-authored-by: Qiming Teng --- .../concepts/overview/working-with-objects/field-selectors.md | 3 ++- 1 file changed, 2 insertions(+), 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 abe20c5c89..ac2c6852d2 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,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 >}}