kubeflow-chart icon indicating copy to clipboard operation
kubeflow-chart copied to clipboard

部署后,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"

Open gggzzz1212 opened this issue 1 year ago • 1 comments

[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

gggzzz1212 avatar Apr 13 '23 02:04 gggzzz1212

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

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

typhoonzero avatar May 29 '23 05:05 typhoonzero