workaround for new lines in field selector example
This commit is contained in:
@@ -16,12 +16,7 @@ kubectl get pods --field-selector status.phase=Running
|
|||||||
```
|
```
|
||||||
|
|
||||||
{{< note >}}
|
{{< 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:
|
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.
|
||||||
|
|
||||||
```shell
|
|
||||||
kubectl get pods
|
|
||||||
kubectl get pods --field-selector ""
|
|
||||||
```
|
|
||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
|
|
||||||
## Supported fields
|
## Supported fields
|
||||||
|
|||||||
Reference in New Issue
Block a user