Kubernetes ManageIQ - Postgresql not working #23075
Replies: 6 comments 4 replies
-
@ZGGrOydHRyl What flavor of Kubernetes are you running. We are seeing similar reports for people running on AKS and another on K3S as it seems some default policies have changed. @bdunne Can you take a look here? |
Beta Was this translation helpful? Give feedback.
-
What type of storage are you using? And what are the permissions on the volume? It looks like we don't have write permission. |
Beta Was this translation helpful? Give feedback.
-
@bdunne I didn't create this PVC and SC. It was created by manageiq. I used the github repo and ran
After running the above commands, the PVC started working but postgresql showed the error kubectl get sc -n manageiq
kubectl get pvc -n manageiq
kubectl edit sc gp2 -n manageiq
kubectl edit pvc postgresql -n manageiq
|
Beta Was this translation helpful? Give feedback.
-
@Fryguy how can I edit manageiq deployment or scalefulsets? When ever I use |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I'm getting the error
mkdir: cannot create directory '/var/lib/pgsql/data/userdata': Permission denied
when trying to run postgresql.Any idea how to fix this?
Also HTTPD container is not working. CreateContainerConfigError is the error as shown above. Any idea how to resolve both errors.
Beta Was this translation helpful? Give feedback.
All reactions