无法本地访问K8s仪表板。导航到以下错误 http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:443/proxy/
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {
},
"status": "Failure",
"message": "Unauthorized",
"reason": "Unauthorized",
"code": 401
}
我已经阅读了这份文档并运行了命令
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/recommended/kubernetes-dashboard.yaml
也获得了令牌,但是在获得WebUI输入令牌之前就收到了未经授权的消息。请提出可能是什么问题。
也正在运行kubectl代理。