-
Notifications
You must be signed in to change notification settings - Fork 100
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
manageiq-pod stays unhealthy #131
Comments
@balpert89 Looks like you're hitting this issue: ManageIQ/manageiq#14904. Are you running the latest image? |
image: docker.io/manageiq/manageiq-pods:app-latest i suppose :) so how can i work out this issue? or do i have to wait for a new version? |
|
hi @simaishi, i pulled all the images today as i deployed the project on another cluster. Here is the output of the file you mentioned: |
@balpert89 Seems like the bug @simaishi noted, please ensure your evm_server.rb and miq_server.rb look patched as in : If you want to force your petset to fetch latest image, please adjust imagePullPolicy :
|
That was it :-) @fbladilo thx for your help! Another quick question, does the PODified version of miq supports openid authentication? I found this guide for saml2 http://manageiq.org/docs/reference/latest/auth/saml but couldn't follow because there is no directory /usr/libexec/mod_auth_mellon in the manageiq-pod. Should I create another issue? Best regards |
@balpert89 Feel free to create a separate issue for the openid auth, I'm probably not the best to answer in that regard but we can try to find the correct contact. I will close this one as the original issue has been resolved. Thanks. |
Hi there,
i try to deploy manage-iq on OpenShift (https://github.com/ManageIQ/manageiq-pods) but it seems the application does not start up.
running OSE 3.4 (PetSet instead of StatefulSet)
the PVs are in place and bound to the right claims
memcached and postgres are running fine
But the manageiq-0 pod refuses connections:
Output from systemctl status:
The readiness probe fails and so the pod is frequently restarted.
Here is the petset i am using: https://pastebin.com/UR3WJegN
I tried the Troubleshooting hints on the github but with no success.
the log in evm.log says following:
I also made some connectivity tests from the manageiq-pod to the postgresql-pod and the memcached - no issues, connection is established. The postgresql has the correct database and tables.
Unfortunately I am not familiar with Ruby, can you provide any input?
I hope you can help me.
Best regards
The text was updated successfully, but these errors were encountered: