We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c1ab1 commit 4bd1802Copy full SHA for 4bd1802
content/ja/docs/concepts/overview/working-with-objects/field-selectors.md
@@ -46,7 +46,7 @@ kubectl get services --all-namespaces --field-selector metadata.namespace!=defa
46
下記の`kubectl`コマンドは、`status.phase`が`Runnning`でなく、かつ`spec.restartPolicy`フィールドが`Always`に等しいような全てのPodを選択します。
47
48
```shell
49
-kubectl get statefulsets,services --all-namespaces --field-selector metadata.namespace!=default
+kubectl get pods --field-selector=status.phase!=Running,spec.restartPolicy=Always
50
```
51
52
## 複数のリソースタイプ
0 commit comments