Skip to content

Commit

Permalink
Merge pull request #27387 from Arhell/label
Browse files Browse the repository at this point in the history
[ja] updated labels for cli command in the PHP Guestbook tutorial
  • Loading branch information
k8s-ci-robot authored Apr 7, 2021
2 parents d1c650d + 5767f39 commit 6d25262
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

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

0 comments on commit 6d25262

Please sign in to comment.