We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
装完后再装dashboard 访问ip:6443/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/ 报下面错误,请问下怎么解决 { "kind": "Status", "apiVersion": "v1", "metadata": {}, "status": "Failure", "message": "services "https:kubernetes-dashboard:" is forbidden: User "system:anonymous" cannot get services/proxy in the namespace "kube-system"", "reason": "Forbidden", "details": { "name": "https:kubernetes-dashboard:", "kind": "services" }, "code": 403 }
The text was updated successfully, but these errors were encountered:
解决了。用那个证书导入到浏览器就可以正常访问了
Sorry, something went wrong.
No branches or pull requests
装完后再装dashboard 访问ip:6443/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/
报下面错误,请问下怎么解决
{
"kind": "Status",
"apiVersion": "v1",
"metadata": {},
"status": "Failure",
"message": "services "https:kubernetes-dashboard:" is forbidden: User "system:anonymous" cannot get services/proxy in the namespace "kube-system"",
"reason": "Forbidden",
"details": {
"name": "https:kubernetes-dashboard:",
"kind": "services"
},
"code": 403
}
The text was updated successfully, but these errors were encountered: