Merge pull request #42095 from lunarxlark/main
[ja] fix command in tutorials/stateles-applicatoin/guestbook.md
This commit is contained in:
commit
adb26b45aa
|
@ -185,7 +185,7 @@ Deploymentはマニフェストファイル内に書かれた設定に基づい
|
|||
1. Podのリストを問い合わせて、3つのフロントエンドのレプリカが実行中になっていることを確認します。
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
結果は次のようになるはずです。
|
||||
|
|
Loading…
Reference in New Issue