Update guestbook-logs-metrics-with-elk.md
Fix path for `kube-state-metrics`
This commit is contained in:
@@ -67,7 +67,7 @@ kubectl get pods --namespace=kube-system | grep kube-state
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/kubernetes/kube-state-metrics.git kube-state-metrics
|
git clone https://github.com/kubernetes/kube-state-metrics.git kube-state-metrics
|
||||||
kubectl create -f examples/standard
|
kubectl apply -f kube-state-metrics/examples/standard
|
||||||
kubectl get pods --namespace=kube-system | grep kube-state-metrics
|
kubectl get pods --namespace=kube-system | grep kube-state-metrics
|
||||||
```
|
```
|
||||||
Verify that kube-state-metrics is running and ready
|
Verify that kube-state-metrics is running and ready
|
||||||
@@ -78,7 +78,7 @@ kubectl get pods -n kube-system -l app.kubernetes.io/name=kube-state-metrics
|
|||||||
Output:
|
Output:
|
||||||
```shell
|
```shell
|
||||||
NAME READY STATUS RESTARTS AGE
|
NAME READY STATUS RESTARTS AGE
|
||||||
kube-state-metrics-89d656bf8-vdthm 2/2 Running 0 21s
|
kube-state-metrics-89d656bf8-vdthm 1/1 Running 0 21s
|
||||||
```
|
```
|
||||||
## Clone the Elastic examples GitHub repo
|
## Clone the Elastic examples GitHub repo
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Reference in New Issue
Block a user