Skip to content

Commit f0bd0a5

Browse files
atomerzTim Bannister
andauthored
Update content/en/docs/tutorials/stateless-application/guestbook-logs-metrics-with-elk.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 53d3f20 commit f0bd0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/stateless-application/guestbook-logs-metrics-with-elk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ kubectl apply -f kube-state-metrics/examples/standard
6767

6868
### Check to see if kube-state-metrics is running
6969
```shell
70-
kubectl get pods --namespace=kube-system | grep kube-state
70+
kubectl get pods --namespace=kube-system -l app.kubernetes.io/name=kube-state-metrics
7171
```
7272
Output:
7373
```shell

0 commit comments

Comments
 (0)