Kubernetes dashboard is not coming

1/18/2018

I have created the kubernetes cluster on Google container engine and I am not able to open dashboard.
Command line if I run command all are working.

Can you please help me?
I am getting below message on browser:

kind    "Status"
apiVersion  "v1"
metadata    {}
status  "Failure"
message "no endpoints available for service \"kubernetes-dashboard\""
reason  "ServiceUnavailable"
code    503

User "system:anonymous" cannot get services/proxy in the namespace "kube-system".: "No policy matched.\nUnknown user \"system:anonymous\""
-- Rakesh Pal
kubernetes

1 Answer

1/18/2018

This looks like an RBAC issue, as illustrated in issue 39722, and documented in PR 2618 and PR 2169.

Check if your installation went well, not like issue 2415: Only cluster admin can deploy Dashboard. The same issue illustrates a successful dashboard deployment.
See also this FAQ entry.

-- VonC
Source: StackOverflow