Skip to content

Commit

Permalink
Fixed Error
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Raisul Islam Evan <[email protected]>
  • Loading branch information
Evanraisul committed Sep 11, 2024
1 parent 6d6c0fc commit 3103c06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ At first, let's check if the Prometheus pod is in `Running` state.
```bash
$ kubectl get pod -n monitoring -l=app=prometheus
NAME READY STATUS RESTARTS AGE
prometheus-d64b668fb-4jq99 1/1 Running 0 77s
prometheus-d64b668fb-4jq99 1/1 Running 0 77s
```

Now, run following command on a separate terminal to forward 9090 port of `prometheus-d64b668fb-4jq99` pod,
Expand Down

0 comments on commit 3103c06

Please sign in to comment.