chectl | CLI to manage Eclipse Che server and workspaces | Code Editor library
kandi X-RAY | chectl Summary
kandi X-RAY | chectl Summary
CLI to manage Eclipse Che server and workspaces
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of chectl
chectl Key Features
chectl Examples and Code Snippets
Community Discussions
Trending Discussions on chectl
QUESTION
I am following the instructions (https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-minikube/) to install Eclipse:Che from Minikube hosted on a remote ubuntu VM box;
I got the installation done successfully,
[![enter image description here][1]][1]
I could access the portal from ubuntu VM console:
[![enter image description here][2]][2]
overhere, the 172.17.0.3 is actually the minikube IP;
How do I enable external access to https://che-che.172.17.0.3.nip.io/dashboard/?
from my reading and googling, it seems like SSH forwarding is the right way, but I am struggling to get it correct.
thanks!
====== update 2020.11.27 =====
...ANSWER
Answered 2020-Dec-01 at 10:13First, you should create a NodePort type service and then the app will be available on your Ubuntu VM's IP and on the port provided in the NodePort service config
The port should be 8080 when creating service. The nodePort gets randomly assigned (or you can choose it --nodePort ). For your config, you can see it in the output 172.17.0.4:31243. So the port is 31243. Reference: https://minikube.sigs.k8s.io/docs/handbook/accessing/
For deployment portforward will not work instead use service. Try other port of your service: Here, first port is Host Port and seccond port is container port.
kubectl port-forward svc/che 8080:8080
Once it's accessible on localhost:8080 you can access it outside the VM using externalIPofVM:8080
QUESTION
I've been trying to install Eclipse Che with minikube for a while and there is a point where I can't get ahead.
That point is right after you run the
...ANSWER
Answered 2020-Jun-19 at 13:04You could try with minikube 1.7.3 version instead of minikube 1.11.0. I faced the same issue and its resolved with 1.7.3 version.
I hope it will helps you.
Cheers.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install chectl
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page