Skip to content

Commit adb26b4

Browse files
authored
Merge pull request #42095 from lunarxlark/main
[ja] fix command in tutorials/stateles-applicatoin/guestbook.md
2 parents bd1fffe + cf09d72 commit adb26b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/ja/docs/tutorials/stateless-application/guestbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Deploymentはマニフェストファイル内に書かれた設定に基づい
185185
1. Podのリストを問い合わせて、3つのフロントエンドのレプリカが実行中になっていることを確認します。
186186

187187
```shell
188-
kubectl get pods -l app.kubernetes.io/name=guestbook -l app.kubernetes.io/component=frontend
188+
kubectl get pods -l app=guestbook -l tier=frontend
189189
```
190190

191191
結果は次のようになるはずです。

0 commit comments

Comments
 (0)