Questions tagged [eclipse-che]

Eclipse Che is an open source developer workspace server and cloud IDE.

Eclipse Che is an open source developer workspace server and cloud IDE.

174 questions
0
votes
0 answers

unable to know the credentials of eclipse che dashboard

hi guys i need your help, please help me and thank you in advance, i appreciate your help i installed eclipse-che on minikube(locally). i reached the step of running chectl server:start and got this output: Command server:start has completed…
abdus
  • 1
  • 1
0
votes
0 answers

Dashboard not reachable after successfully deploying eclipse che on AKS cluster

I am installing the eclipse che in AKS using chectl. But, the dashboard page is not reachable even after the successful installation. Command used for installation- chectl server:deploy --platform=k8s --installer=operator…
kuldeep singh
  • 25
  • 1
  • 7
0
votes
0 answers

Custom docker image as workspace

I just deployed an Eclipse Che environment on my microk8s server and it works great with the sample devfiles. Now I want to use my own repo with a custom devfile. But everytime I try to start the environment I get the following error message:…
Knerd
  • 1,892
  • 3
  • 28
  • 55
0
votes
0 answers

Cannot deploy Theia plugin on Che with sidecar container

I am trying to deploy a custom Theia plugin on a Che workspace. The plugin is intended to execute a task on the hosting system to generate some code. So it will ask the user for some input parameters (a REST service specification file, and a…
0
votes
0 answers

How to install Eclipse-che in azure Kubernetes cluster

I'm trying to install the Eclipse-Che by following this blog : https://che.eclipseprojects.io/2022/07/25/@karatkep-installing-eclipse-che-on-aks.html, yet following all the steps i'm not able to successfully install the Eclipse che. 1) After running…
nik
  • 1
  • 1
0
votes
2 answers

404 Error Eclipse Che on GCP - URL Dashboard Blank Screen

@serhii-leshchenko & other eclipse-che users - I configured eclipse che and unfortunetly I see an absolute blank page when I use the URL after this step…
Ayan CH
  • 1
  • 4
0
votes
2 answers

not able to connect to internet via HTTPS minikube pods

cluster info: Minikube installation steps on centos VM: curl -LO https://storage.googleapis.com/minikube/releases/v1.21.0/minikube-linux-amd64 sudo install minikube-linux-amd64 /usr/local/bin/minikube minikube start --addons=ingress --vm=true…
0
votes
1 answer

failed to deploy Che using minikube -> ✖ Verify if kubectl is installed → E_REQUISITE_NOT_FOUND

I want to use Che on my centos VM. I have followed the steps mentioned in Che installation document. but Che fails to deploy. please find below the steps I followed 1.Installed kubectl 2.installed minikube 3.minikube start --addons=ingress…
0
votes
1 answer

Eclipse Che7: Websocket connection to 'wss://.../api/websocket' failed

After deploying Che7 to our Kubernetes/EKS cluster in AWS, when trying to access: https://{host}/dashboard/#/workspaces Chrome console is reporting the following error: vendor.f84bf7019b48912e16e3.js:123 WebSocket connection…
kvjava1
  • 433
  • 4
  • 13
0
votes
1 answer

Getting 404 error on Eclipse che-dashboard hosted on GKE

I am getting 404 error on Eclipse-che dashboard hosted on GKE. PFA the screenshot I have installed Eclipse-che on GKE using the following link: https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-google-cloud-platform/ This…
0
votes
1 answer

Ingress-nginx-controller on GKE is returning status 302 ERR_TOO_MANY_REDIRECTS after installing Eclipse che

I am getting 302 ERR_TOO_MANY_REDIRECTS when requesting che-dashboard on the generated URL by the helm. I have installed Eclipse che using the following…
0
votes
0 answers

How can I set up eclipse che without TLS?

All of the instructions for setting up eclipse che require setting up TLS and a cert manager for the k8s cluster. I don't actually want TLS set up this way. I want to have my AWS Load Balancer provide the certificates for TLS, and make that the…
Matt
  • 161
  • 2
  • 12
0
votes
1 answer

How to configure docker engine inside eclipse-che environment

I have a mac and I have installed eclipse che using chectl inside docker-desktop using command chectl server:deploy --platform=docker-desktop --installer=helm In order to install any plugins/apks we have to have our own recepie so I built a custom…
Amol
  • 18
  • 3
0
votes
1 answer

How to mount volumes in eclipse che workspaces running in kubernetes?

Users will visit https://che-eclipse-che.192.168.0.1.nip.io/#https://github.com/test/eclipse-che It has the devfile to create the workspace. First user registration will happen via keycloak and then the workspace will be created. This means a new…
P K
  • 69
  • 7
0
votes
1 answer

eclipse che docker desktop installation is unable to pull images from private docker registry

Aim is to have a default workspace created for each new user. User will visit the link https://che-eclipse-che.192.168.0.1.nip.io/#https://github.com/test/eclipse-che It has the devfile to create the workspace. First user registration will happen…
P K
  • 69
  • 7