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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
atomerz 2020-09-23 17:49:25 +03:30 committed by GitHub
parent 53d3f20548
commit f0bd0a535f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ kubectl apply -f kube-state-metrics/examples/standard
### Check to see if kube-state-metrics is running
```shell
kubectl get pods --namespace=kube-system | grep kube-state
kubectl get pods --namespace=kube-system -l app.kubernetes.io/name=kube-state-metrics
```
Output:
```shell