Skip to content

Commit 843be43

Browse files
authored
Merge pull request #26616 from mharen/patch-1
updated labels for cli command in the PHP Guestbook tutorial
2 parents fa7e9a2 + 765e98d commit 843be43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ kubectl apply -f ./content/en/examples/application/guestbook/frontend-deployment
134134
1. Query the list of Pods to verify that the three frontend replicas are running:
135135

136136
```shell
137-
kubectl get pods -l app=guestbook -l tier=frontend
137+
kubectl get pods -l app.kubernetes.io/name=guestbook -l app.kubernetes.io/component=frontend
138138
```
139139

140140
The response should be similar to this:

0 commit comments

Comments
 (0)