alauda / kubeflow-chart

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

这个pod启动失败,没有权限 #39

Open andyz168 opened 1 year ago

andyz168 commented 1 year ago

istio-system authservice-0 0/1 CrashLoopBackOff 15 (3m16s ago) 13

authservice-0 Error opening bolt store: open /var/lib/authservice/data.db: permission denied

typhoonzero commented 1 year ago

需要看下你使用的 PVC 是否在容器内没有权限访问。可以使用 kubectl -n istio-system get pvc 找到 authservice 对应的 PVC,确保分配的存储,pod有权限访问。