kubernetes - Helm chart stuck in PodInitializing state indefinitely - Stack Overflow
It looks like your initContainer is stuck in the PodInitializing state. The most likely scenario is that your PVCs are not ready. I recommend you describe
your data-postgres-postgresql-0
PVC to make sure that the volume has actually been provisioned and is in the READY
state. Your NFS provisioner may be working, but that specific PV/PVC may not have been created due to an error. I have run into similar phenomena with the EFS provisioner with AWS.
Read full article from kubernetes - Helm chart stuck in PodInitializing state indefinitely - Stack Overflow
No comments:
Post a Comment