Merge pull request #27387 from Arhell/label

[ja] updated labels for cli command in the PHP Guestbook tutorial
pull/27448/head^2 snapshot-final-v1.20
Kubernetes Prow Robot 2021-04-07 07:53:53 -07:00 committed by GitHub
commit 6d252624b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
```
結果は次のようになるはずです。