Merge pull request #42095 from lunarxlark/main

[ja] fix command in tutorials/stateles-applicatoin/guestbook.md
This commit is contained in:
Kubernetes Prow Robot 2023-08-31 05:42:48 -07:00 committed by GitHub
commit adb26b45aa
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つのフロントエンドのレプリカが実行中になっていることを確認します。 1. Podのリストを問い合わせて、3つのフロントエンドのレプリカが実行中になっていることを確認します。
```shell ```shell
kubectl get pods -l app.kubernetes.io/name=guestbook -l app.kubernetes.io/component=frontend kubectl get pods -l app=guestbook -l tier=frontend
``` ```
結果は次のようになるはずです。 結果は次のようになるはずです。