-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bitnami/postgresql] - container CrashLooping with init scripts #25335
Comments
Hi, It seems to me that the "Killed" message has to do with the pod going over certain memory limits. This is strange as we did not see that behavior in our tests in all major k8s distributions. Could you check if increasing the resources (you can use the resourcesPreset value for testing) solves the issue? |
Thanks @javsalgar but I'm not sure that's the case:
Even with plenty of CPU and memory the same issue occurs - and it only happens when I try to include an |
Weird, I could not reproduce that with the lastest version of the chart. You can see the
|
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Name and Version
bitnami/postgresql 14.3.3
What architecture are you using?
amd64
What steps will reproduce the bug?
Deploy the Helm chart using
helm install
with the below valuesAre you using any custom parameters or values?
What is the expected behavior?
Should see "hello" in the container logs
What do you see instead?
Additional information
I'm honestly not sure what I'm doing wrong here. I want to write a more complex shell script to be able to create some databases dynamically, but I can't even get that far!
I have tried fully removing the Helm chart and the PVC then reinstalling - no change.
The text was updated successfully, but these errors were encountered: