Skip to content

Commit 93134a1

Browse files
(ForumsTeam) fixes MicrosoftDocs/azure-docs#47239
1 parent fa6fe76 commit 93134a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The reason for the warnings on the dashboard is that the cluster is now enabled
5555

5656
## I can't connect to the dashboard. What should I do?
5757

58-
The easiest way to access your service outside the cluster is to run `kubectl proxy`, which proxies requests sent to your localhost port 8001 to the Kubernetes API server. From there, the API server can proxy to your service: `http://localhost:8001/api/v1/namespaces/kube-system/services/kubernetes-dashboard/proxy/#!/node?namespace=default`.
58+
The easiest way to access your service outside the cluster is to run `kubectl proxy`, which proxies requests sent to your localhost port 8001 to the Kubernetes API server. From there, the API server can proxy to your service: `http://localhost:8001/api/v1/namespaces/kube-system/services/kubernetes-dashboard/proxy/`.
5959

6060
If you don’t see the Kubernetes dashboard, check whether the `kube-proxy` pod is running in the `kube-system` namespace. If it isn't in a running state, delete the pod and it will restart.
6161

@@ -491,4 +491,4 @@ This error is due to an upstream cluster autoscaler race condition where the clu
491491

492492
<!-- LINKS - internal -->
493493
[view-master-logs]: view-master-logs.md
494-
[cluster-autoscaler]: cluster-autoscaler.md
494+
[cluster-autoscaler]: cluster-autoscaler.md

0 commit comments

Comments
 (0)