alauda / kubeflow-chart

Kubeflow helm chart
Apache License 2.0
133 stars 24 forks source link

部署后,Volumes 报错: User "system:serviceaccount:kubeflow:volumes-web-app-service-account" cannot list resource "tensorboards" in API group "tensorboard.kubeflow.org" in the namespace "kubeflow-user-example-com" #37

Open gggzzz1212 opened 1 year ago

gggzzz1212 commented 1 year ago

[403] tensorboards.tensorboard.kubeflow.org is forbidden: User "system:serviceaccount:kubeflow:volumes-web-app-service-account" cannot list resource "tensorboards" in API group "tensorboard.kubeflow.org" in the namespace "kubeflow-user-example-com" http://ip:port/volumes/api/namespaces/kubeflow-user-example-com/tensorboards

typhoonzero commented 1 year ago

可以看下 kubectl -n kubeflow get rolebindings 找到 volumes-web-app 对应的权限配置排查。

不过正常如果 chart 安装成功,权限都会自动配置。如果在 helm install 时有报错,建议先排查安装的报错问题。