I am following the instructions as given here.
I used the following command to get a running cluster, in gcloud console I typed: curl -sS https://get.k8s.io | bash
as described in the link, after that, I ran the command kubectl cluster-info
from that I got:
kubernetes-dashboard is running at https://35.188.109.36/api/v1/proxy/namespaces/kube-
system/services/kubernetes-dashboard
but when I go to that url from firefox, the message that comes is:
User "system:anonymous" cannot proxy services in the namespace
"kube-system".: "No policy matched."
Expected behavior: Should ask for an admin name and password to connect to the dashboard.