Home > Back-end >  CrashLoopBackOff on postgresql bitnami helm chart
CrashLoopBackOff on postgresql bitnami helm chart

Time:11-30

I know there have been already a lot of questions about this, and I read already most of them, but my problem does not seem to fit them.

I am running a postgresql from bitnami using a helm chart as described below. A clean setup is no problem and everything starts fine. But after some time, until now I could not find any pattern, the pod goes into CrashLoopBackOff and I cannot recover it whatever I try!

Helm uninstall/install does not fix the problem. The PVs seem to be the problem, but I do not know why. And I do not get any error message, which is the weird and scary part of it.

I use a minikube to run the k8s and helm v3.

  • Related