From 765e98db54b3ca8746b0c44eaa231f87f44d6170 Mon Sep 17 00:00:00 2001 From: Michael H Date: Thu, 18 Feb 2021 11:13:01 -0500 Subject: [PATCH] updated labels for cli command --- content/en/docs/tutorials/stateless-application/guestbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/stateless-application/guestbook.md b/content/en/docs/tutorials/stateless-application/guestbook.md index b60afcf5f8..27cc649edf 100644 --- a/content/en/docs/tutorials/stateless-application/guestbook.md +++ b/content/en/docs/tutorials/stateless-application/guestbook.md @@ -134,7 +134,7 @@ kubectl apply -f ./content/en/examples/application/guestbook/frontend-deployment 1. Query the list of Pods to verify that the three frontend replicas are running: ```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 ``` The response should be similar to this: