-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Eclipse Che Always points To Localhost instead of Docker Machine #9315
Comments
@EriksonMurrugarra how exactly did you deploy Che on Kubernetes? Can you share more details? All of the envs you tried are for Che on Docker. |
Hi @eivantsov. I am using the following yaml file https://raw.githubusercontent.com/EriksonMurrugarra/eclipse-kube/master/che.yml . This yaml creates a StatefulSet instead of a Deployment. |
@sleshchenko do you have any clues? |
And Or maybe this issue can be solved by ingress controller configuration. |
Hi @sleshchenko. |
@EriksonMurrugarra Sorry for a late response. Unfortunately, I have no idea how ingress controller can be configured. I assume that |
Closed due to inactivity. Feel free to reopen if the issue persists. |
Description
I am running Eclipse che on Kubernetes. When the workspace is created I navigate to the servers tab and find that the client is always trying to connecto to 127.0.0.1 instead of my server IP Address.
I have configured the following variables: CHE_HOST, CHE_HOST_IP and CHE_DOCKER_MACHINE_HOST and It stills point to 127.0.01
Following is a picture:
In the POD logs:
The text was updated successfully, but these errors were encountered: