Skip to content

Commit

Permalink
Update field-selectors.md with review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
lcbcFoo authored Feb 8, 2022
1 parent 1893c8a commit 0da75b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ kubectl get services --all-namespaces --field-selector metadata.namespace!=defa

## Seletores em cadeia

Assim como [label](/docs/concepts/overview/working-with-objects/labels) e outros tipos de seletores, os seletores de campos podem ser utilizados em cadeia através de uma lista separada por vírgula. O comando `kubectl` a seguir seleciona todos os Pods nos quais `status.phase` não é igual a `Running` e `spec.restartPolicy` é igual a `Always`
Assim como [label](/docs/concepts/overview/working-with-objects/labels) e outros tipos de seletores, podem ser utilizados em cadeia através de uma lista separada por vírgula. O comando `kubectl` a seguir seleciona todos os Pods nos quais `status.phase` não é igual a `Running` e `spec.restartPolicy` é igual a `Always`

```shell
kubectl get pods --field-selector=status.phase!=Running,spec.restartPolicy=Always
Expand Down

0 comments on commit 0da75b0

Please sign in to comment.