Replies: 2 comments 1 reply
-
@bdunne Have you seen this before? |
Beta Was this translation helpful? Give feedback.
-
no
It looks like the postgres user doesn't have write permissions to the PV that was claimed. What kind of PV is it? It sounds like this will require manual intervention.
Do you have any logs or more information about these containers? Also, what version of ManageIQ did you deploy? |
Beta Was this translation helpful? Give feedback.
-
Hi All,
I need a community help for below issue.
We are facing Pod Error after deployment of ManageIQ on GKE ( google kubernetes engine).
PostgresSQL Pod had below error and it is restarting :
mkdir: cannot create directory '/var/lib/pgsql/data/userdata': Permission denied
httpd Pod :
Error from server (BadRequest): previous terminated container "httpd" in pod "httpd-846b6ccf57-fm7nj" not found
memcached:
Error from server (BadRequest): previous terminated container "memcached" in pod "memcached-586d68f55b-7jbvx" not found
NAME READY STATUS RESTARTS AGE
httpd-846b6ccf57-fm7nj 0/1 CreateContainerConfigError 0 6d1h
manageiq-operator-8d67769d4-h57f6 1/1 Running 0 8d
memcached-586d68f55b-7jbvx 0/1 CreateContainerConfigError 0 6d1h
postgresql-558ff79554-25xv4 0/1 CrashLoopBackOff 1708 (2m32s ago) 6d1h
strimzi-cluster-operator-7b6bcddf-j8ccl 1/1 Running 0 8d
These all the erros seems to be due to default Security Context set in the ManageIQ Source Code.
Can these be fixed in the source code please ( Go Language Code) ? Any support is appreciated.
Thanks,
Pallav
Beta Was this translation helpful? Give feedback.
All reactions