You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
GKE generates an external IP adress for the service, running on the port 8080. When I try to got this IP, I got the error :
Invalid host. To browse Nexus, click here/. To use the Docker registry, point your client at < nil >.
I logs the nexus-proxy deployment and have this error :
[io.netty.util.internal.MacAddressUtil] Failed to find a usable hardware address from the network interfaces; using random bytes: 63:86:20:76:be:a5:7e:7f 2019-12-30 21:43:28,182 [INFO ] [vert.x-eventloop-thread-0] [com.travelaudience.nexus.proxy.BaseNexusProxyVerticle] Listening at 0.0.0.0:8080.
I changed it, but result is the same.
I generated a static ip from my gcp console, but still can't acess to the dashboard.
Please how could I correctly configure it and access to the nexus UI? I don't want to use docker-proxy. I don't have a dns for the moment.
I spent one week without success.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First of all, reading this can help understanding that i'm not the only one having this need : helm/charts#5385
I found a nexus chart for Goole Kubernetes Engine here : https://github.com/helm/charts/tree/master/stable/sonatype-nexus
By default, the type service created is
NodePort
, so I update the values.yml fromNodePort
toLoadBalancer
Then I installed the chart using this command :
GKE generates an external IP adress for the service, running on the port 8080. When I try to got this IP, I got the error :
I logs the nexus-proxy deployment and have this error :
Here: Run nexus in kubernetes cluster using helm there is an answer saying that the workaround is to change:
with
I changed it, but result is the same.
I generated a static ip from my gcp console, but still can't acess to the dashboard.
Please how could I correctly configure it and access to the nexus UI? I don't want to use docker-proxy. I don't have a dns for the moment.
I spent one week without success.
Thanks in advance
The text was updated successfully, but these errors were encountered: