Update content/ja/docs/tasks/debug-application-cluster/debug-application.md

Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
This commit is contained in:
Wang
2022-01-03 08:45:25 +09:00
committed by GitHub
parent a9c76ae35d
commit ab35736630
@@ -122,7 +122,7 @@ spec:
type: frontend
```
セレクタに一致するポッドを一覧表示するには、次のコマンドを使用します。
セレクタに一致するPodを一覧表示するには、次のコマンドを使用します。
```shell
kubectl get pods --selector=name=nginx,type=frontend