Merge pull request #27387 from Arhell/label

[ja] updated labels for cli command in the PHP Guestbook tutorial
This commit is contained in:
Kubernetes Prow Robot
2021-04-07 07:53:53 -07:00
committed by GitHub
@@ -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
```
結果は次のようになるはずです。