Skip to content

Commit ebf6562

Browse files
authored
Merge pull request #47245 from MicrosoftDocs/Karishma-Tiwari-MSFT-patch-5
(ForumsTeam) fixes MicrosoftDocs/azure-docs#47239
2 parents 61ee2af + 93134a1 commit ebf6562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The reason for the warnings on the dashboard is that the cluster is now enabled
5353

5454
## I can't connect to the dashboard. What should I do?
5555

56-
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`.
56+
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/`.
5757

5858
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.
5959

0 commit comments

Comments
 (0)