Skip to content

Commit 96069e6

Browse files
authored
Merge pull request #28607 from kahirokunn/patch-1
fix: k8s dashboard link.
2 parents c7c8027 + e6271ef commit 96069e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can access Dashboard using the kubectl command-line tool by running the foll
5555
kubectl proxy
5656
```
5757

58-
Kubectl will make Dashboard available at [http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/).
58+
Kubectl will make Dashboard available at [http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:https/proxy/](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:https/proxy/).
5959

6060
The UI can _only_ be accessed from the machine where the command is executed. See `kubectl proxy --help` for more options.
6161

0 commit comments

Comments
 (0)