kubernetes / website

Kubernetes website and documentation repo:

Home Page:https://kubernetes.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with "Deploy and Access the Kubernetes Dashboard"

janmg opened this issue · comments

The kubernetes dashboard documentation now with v7 using helm, states to use port-forward to the kong proxy for helm deployments and to access the dashboard on https://localhost:8443/. the kubectl proxy doesn't work because the helm deployment doesn't seem to deploy an endpoint and the http request results in an error

no endpoints available for service \"kubernetes-dashboard\"

So instead of proxy the documentation tells to use port-forward
https://github.com/kubernetes/dashboard/tree/master/docs/user/accessing-dashboard

kubectl -n kubernetes-dashboard port-forward svc/kubernetes-dashboard-kong-proxy 8443:443
Now access Dashboard at: https://localhost:8443/

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 triage/accepted label.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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.

/language en
/sig docs

/retitle Problem with "Deploy and Access the Kubernetes Dashboard"

/kind bug