我在 Kubernetes* 的仪表板站点上到处都是“被禁止”(见图)
重现:
通过站点创建 Google Kubernetes 集群,而不是从 shell。
选择 Kubernetes 版本 1.8.6
通过连接按钮打开外壳: gcloud container clusters get-credentials cluster-1 --zone us-central1-a --project awear-cloud
Kubectl proxy
echo http://127.0.0.1:8001/uiecho注意:也试过: http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/
你知道为什么吗?