Merge pull request #27387 from Arhell/label
[ja] updated labels for cli command in the PHP Guestbook tutorialpull/27448/head^2 snapshot-final-v1.20
commit
6d252624b2
|
@ -185,7 +185,7 @@ Deploymentはマニフェストファイル内に書かれた設定に基づい
|
|||
1. Podのリストを問い合わせて、3つのフロントエンドのレプリカが実行中になっていることを確認します。
|
||||
|
||||
```shell
|
||||
kubectl get pods -l app=guestbook -l tier=frontend
|
||||
kubectl get pods -l app.kubernetes.io/name=guestbook -l app.kubernetes.io/component=frontend
|
||||
```
|
||||
|
||||
結果は次のようになるはずです。
|
||||
|
|
Loading…
Reference in New Issue