-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with k8s.io/docs/tasks/access-application-cluster/web-ui-dashboard/ #49270
Comments
I see that https://artifacthub.io/packages/helm/k8s-dashboard/kubernetes-dashboard depends on Kong ingress. It sounds like the existing official task page is out of date. /language en |
If we update the guide, we should let people know that installing the dashboard will also deploy a new ingress controller; they may not be expecting that. |
May fix #49257 |
Actually, I haven't checked; maybe Kong embedded within that chart is just a Service and not an ingress controller. |
/triage duplicate |
/close not-planned |
@sftim: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This was a duplicate issue. If there is a problem, please reopen issue 46475 or file a new issue. |
/remove-triage accepted |
This issue is currently awaiting triage. SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
I am very new to Kubernetes.
I followed the instructions on the following page:
https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/
After the step "kubectl proxy" I was not able to launch the web UI using the URL: http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/
The page displayed:
I found this article:
https://anirbanbh.medium.com/how-to-run-kubernetes-dashboard-on-with-local-admin-user-57e208f376e8
And used the following command:
kubectl -n kubernetes-dashboard port-forward svc/kubernetes-dashboard-kong-proxy 8443:443
And i was able to launch the login page via this URL https://localhost:8443/
I can't explain why I was unable to access the page using port forwarding but not the proxy command. I also don't know if i was doing something wrong when using the proxy command. If you can reproduce this then maybe the docs could be updated?
The text was updated successfully, but these errors were encountered: