We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa7e9a2 + 765e98d commit 843be43Copy full SHA for 843be43
content/en/docs/tutorials/stateless-application/guestbook.md
@@ -134,7 +134,7 @@ kubectl apply -f ./content/en/examples/application/guestbook/frontend-deployment
134
1. Query the list of Pods to verify that the three frontend replicas are running:
135
136
```shell
137
- kubectl get pods -l app=guestbook -l tier=frontend
+ kubectl get pods -l app.kubernetes.io/name=guestbook -l app.kubernetes.io/component=frontend
138
```
139
140
The response should be similar to this:
0 commit comments