I get "is forbidden" all over the dashboard site in Kubernetes*(See image)
To reproduce:
Create a Google Kubernetes Cluster via the site, not from shell.
Select Kubernetes version 1.8.6
Open shell via the connect button:
gcloud container clusters get-credentials cluster-1 --zone us-central1-a --project awear-cloud
Kubectl proxy
echo http://127.0.0.1:8001/ui
- click the link from
echo
Note: also tried: http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/
Do you know why?