Skip to content

Commit

Permalink
Wrong Service Name (linkerd#1314)
Browse files Browse the repository at this point in the history
* Wrong Service Name

The service is called `prometheus` and it's in the `linkerd-viz` namespace.

Co-authored-by: Kevin Leimkuhler <[email protected]>
  • Loading branch information
cawoodm and kleimkuhler authored Mar 3, 2022
1 parent b453737 commit 01c9baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkerd.io/content/2.11/tasks/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ Ensure Prometheus can connect to each `linkerd-proxy` via the Prometheus
dashboard:
```bash
kubectl -n linkerd port-forward svc/linkerd-prometheus 9090
kubectl -n linkerd-viz port-forward svc/prometheus 9090
```
...and then browse to
Expand Down

0 comments on commit 01c9baf

Please sign in to comment.