User "system:anonymous" cannot list resource
来源:11-2 Ubuntu18下安装k8s(v1.14.1)可视化管理工具

小巴
2019-09-29
User “system:anonymous” cannot list resource “namespaces” in API group “” at the cluster scope
写回答
2回答
-
小巴
提问者
2019-10-17
https://github.com/kubernetes/dashboard/issues/4401 版本之间的问题 ,官方已经确认
10 -
xiaomo
2019-09-30
同学你好,麻烦检查一下rbac是否已经配置好?可以参考一下这个文件:
https://git.imooc.com/coding-323/filestore-server/src/master/deploy/service_k8s/svc_account.yaml如:
apiVersion: rbac.authorization.k8s.io/v1beta1 kind: Role metadata: name: pod-viewer-role namespace: default rules: - apiGroups: [""] resources: ["pods"] verbs: ["get", "watch","list","patch"]
012019-10-17
相似问题