-
Notifications
You must be signed in to change notification settings - Fork 15
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
Nexus Server Instance not works with OC 4.11 #230
Comments
Hi! Thanks for opening this issue. Are you happen to have the logs from the nexus server deployed by the operator or the server hasn't deployed? |
Thanks! Unfortunately, I have little time to go through it, thou. I'll see if I can take a look next week. |
Hi @ricardozanini I'm trying to go through it for a fix. I have tried to deploy nexus image rewriting all the yaml files for OC platform and also Dockerfile from scratch. In that case, It seems that the container is correctly running in the pod but nexus server is not started and no logs are written when I mount the volume of /nexus-data by using a persistent volume claim. (As it happens with this operator) Otherwise, when I set emptyDir{} volume all is fine. If you have any ideas or more tests that I can do by myself it would be great. Thanks. |
FYI, I'm running the nexus operator with OKD v4.12 (upgraded since v4.9...) and it works without problem
Part of my
As you can see, I'm using the RedHat image, so no need for SCC... There is currently one potential problem with Nexus on OKD/OCP. The Nexus image uses Java 8 that is not "officially" compatible with |
Thanks for your feedback. I have already tried without any modification of permissions or by using the original RedHat image. I have also tried with registry.connect.redhat.com/sonatype/nexus-repository-manager and the result is the following error : I have checked the nexus user as the following: I can't upgrade the cluster at the moment due the new version of k8s and the many API deprecation correlated to new OC 4.12. |
Describe the bug
Nexus Operator instantiates Nexus server without up and running nexus process.
Events console: Liveness and Readiness probe failed: connection refused
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Up and running pod.
Environment
Openshift v. 4.11.20
Additional context
Also, the manual deployment provides the same result.
The text was updated successfully, but these errors were encountered: