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

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

Open andyz168 opened this issue 1 year ago • 1 comments

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

andyz168 avatar Apr 26 '23 01:04 andyz168

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

typhoonzero avatar May 23 '23 02:05 typhoonzero