Skip to content

Commit 6d25262

Browse files
authored
Merge pull request #27387 from Arhell/label
[ja] updated labels for cli command in the PHP Guestbook tutorial
2 parents d1c650d + 5767f39 commit 6d25262

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=guestbook -l tier=frontend
188+
kubectl get pods -l app.kubernetes.io/name=guestbook -l app.kubernetes.io/component=frontend
189189
```
190190

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

0 commit comments

Comments
 (0)