From 01c9baf882ac3b8e50f9d41123b4baee8e144c5a Mon Sep 17 00:00:00 2001 From: Marc <498834+cawoodm@users.noreply.github.com> Date: Thu, 3 Mar 2022 18:00:43 +0100 Subject: [PATCH] Wrong Service Name (#1314) * Wrong Service Name The service is called `prometheus` and it's in the `linkerd-viz` namespace. Co-authored-by: Kevin Leimkuhler --- linkerd.io/content/2.11/tasks/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkerd.io/content/2.11/tasks/troubleshooting.md b/linkerd.io/content/2.11/tasks/troubleshooting.md index 589bea4161..268d70eeab 100644 --- a/linkerd.io/content/2.11/tasks/troubleshooting.md +++ b/linkerd.io/content/2.11/tasks/troubleshooting.md @@ -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