We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Postgresql POD cannot start in Openshift 4.12
PODs should be in Running state
Postgresql POD crashes:
mkdir: cannot create directory '/var/lib/pgsql/data/userdata': Permission denied
2.0.7
Openshift 4.12 on VMware
I was able to solve the issue by adding
fsGroup: 26
to the statefulset ad explained in this KB by Redhat.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Postgresql POD cannot start in Openshift 4.12
Steps to Reproduce
Expected Results
PODs should be in Running state
Actual Results
Postgresql POD crashes:
Reproducible
Version/Tag number
2.0.7
Environment setup
Openshift 4.12 on VMware
Additional Information
I was able to solve the issue by adding
fsGroup: 26
to the statefulset ad explained in this KB by Redhat.
The text was updated successfully, but these errors were encountered: