Skip to content

Commit e6271ef

Browse files
authored
fix: k8s dashboard link.
k8s dashboard required https. http does not currently have a corresponding endpoint. So if you try to access it like this, you will get an error: "no endpoints available for service".
1 parent c4d103b commit e6271ef

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)