Forbidden
clusters.cluster.kubesphere.io is forbidden: User “test” cannot list resource “clusters” in API group “cluster.kubesphere.io” at the cluster scope
排查了一下问题没有想象的那么复杂,只要在globalrole/authenticated 加入
{
“apiGroups”: [
“cluster.kubesphere.io”
],
“resources”: [
“clusters”
],
“verbs”: [
“list”
]
}