-
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
Using IP address instead of .nip.io by setting isHostBased = false doesnt work #13647
Comments
Had a similar problem using Microk8s on Ubuntu.
Not sure why Che is not simply using 127.0.0.1, which works fine with nip.io and Microk8s ingress. |
cc @metlos |
@mpxp I can see 2 issues: 1] I can see that you have ingress host 2] |
I've filled 3 issues. Other than that, I didn't find any issues to work with default-host. I've tested both single and multi user mode. I was using this helm command to deploy:
|
@skabashnyuk I've answered that running Che with only minikube IP is possible #13647 (comment). It has some issues and I've created separate issues #13647 (comment) for that. Do you think we can close this one? |
I think we did our part of the investigation, however, I would keep this issue open to see what other participants are thinking about |
I'm not sure there are any other active participants. |
Description
Trying to run che-server on minikube using helm.
As the URLs ending with nip.io is blocked by our network, using IP address to access the che-server running on AWS ubuntu machine and opening the dashboard doesnt seem to work.
I would like to see examples or documentation regarding this.
Reproduction Steps
Here is how che-server is run:
helm upgrade --install che --force --namespace che --set isHostBased=false --set cheImage=eclipse/che-server:nightly ./
http://che-che.<ip-address>.nip.io
does not work.http://<ipaddress>:<portno>
also doesnt seem to work.OS and version:
Ubuntu 18
Minikube
Diagnostics:
Here is the output from helm upgrade:
$ helm upgrade --install che --force --namespace che --set isHostBased=false --set cheImage=eclipse/che-server:nightly ./
Release "che" does not exist. Installing it now.
NAME: che
LAST DEPLOYED: Sun Jun 30 19:08:04 2019
NAMESPACE: che
STATUS: DEPLOYED
RESOURCES:
==> v1/ConfigMap
NAME DATA AGE
che 52 2s
==> v1/PersistentVolumeClaim
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE
che-data-volume Pending hostpath 2s
==> v1/Pod(related)
NAME READY STATUS RESTARTS AGE
che-654b786456-sdkvx 0/1 Init:0/1 0 1s
==> v1/Service
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
che-host ClusterIP 9.55.133.185 8080/TCP,8087/TCP 2s
==> v1/ServiceAccount
NAME SECRETS AGE
che 1 2s
==> v1beta1/ClusterRoleBinding
NAME AGE
che-che-clusterrole-binding 2s
==> v1beta1/Deployment
NAME READY UP-TO-DATE AVAILABLE AGE
che 0/1 1 0 2s
==> v1beta1/Ingress
NAME HOSTS ADDRESS PORTS AGE
che-ingress che-che.192.168.99.100.nip.io 80 2s
The text was updated successfully, but these errors were encountered: