zoro
"services \"ks-sample-dev\" is forbidden: User \"project-regular\" cannot get resource \"services\" in API group \"\" in the namespace \"demo-workspace\""
这个错误提示很清楚了, project-regular 这个用户 cannot get resource services in the namespace demo-workspace
用管理员帐号用 kubectl 查一下 rolebinding 看看,如果你是多集群环境的话,注意集群别搞错了
kubectl -n demo-workspace get rolebindings -l iam.kubesphere.io/user-ref=project-regular