Skip to content

Instantly share code, notes, and snippets.

@kakts
Created August 31, 2020 15:21
Show Gist options
  • Save kakts/751bfe33567e744b3c8d006c6878c4ff to your computer and use it in GitHub Desktop.
Save kakts/751bfe33567e744b3c8d006c6878c4ff to your computer and use it in GitHub Desktop.
git diff upstream/release-1.17 0bc01312caa8556e5b4eeeaed800a80435935e5c <file>
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 44cd54e..45a81e9 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
@@ -16,12 +16,7 @@ kubectl get pods --field-selector status.phase=Running
```
{{< note >}}
-Field selectors are essentially resource *filters*. By default, no selectors/filters are applied, meaning that all resources of the specified type are selected. This makes the following `kubectl` queries equivalent:
-
-```shell
-kubectl get pods
-kubectl get pods --field-selector ""
-```
+Field selectors are essentially resource *filters*. By default, no selectors/filters are applied, meaning that all resources of the specified type are selected. This makes the `kubectl` queries `kubectl get pods` and `kubectl get pods --field-selector ""` equivalent.
{{< /note >}}
## Supported fields
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment