kubeflow-chart
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"
[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
可以看下 kubectl -n kubeflow get rolebindings
找到 volumes-web-app
对应的权限配置排查。
不过正常如果 chart 安装成功,权限都会自动配置。如果在 helm install
时有报错,建议先排查安装的报错问题。