-
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
Problems with Certificates on Minikube Eclipse Che #21125
Comments
Issue has been reproduced in https://github.com/eclipse-che/che-plugin-registry/actions/runs/1800124531:
chectl server:deploy command logs:
output.mp4Page console logs:
Update: an error has been reproduced on minikube v1.24.0. |
@dmytro-ndp |
@dmytro-ndp I was able to solve my problem using Minikube v1.24.0 and allocating more memory: |
After increasing the allocated memory I succeeded to reach the dex UI and I'm able to log in. However the dashboard does not load: |
@debovema |
@debovema |
@tolusha sorry for late answer. It turns out that, apart from the issues identifed with Minikube >=1.25.0, WSL2 was the reason of other issues. |
@debovema @tolusha I followed the above steps, I can see the dex login.
username: che@eclipse.org |
I got the same 500 error issue as @amol-m-deshpande
Error from oauth-proxy container in che-gateway pod
Looks like the issue with nslookup for dex host (dex.192.168.64.3.nip.io in my particular case). |
It works locally on my minikube v1.25.2
|
@karatkep did u resolved 500 error on Oauth callback |
@prasanthmvp @amol-m-deshpande : I used to have an error 500, so I fixed this gist. It is now working on WSL2 + Docker Desktop (Minikube 1.26.0, k8s 1.24.1, chectl 7.49.0). |
@debovema We had seen the script and kindly guide how to use it in the following environment. Minikube Version: v1.26.0 minikube start --addons=ingress,dashboard --driver=docker --memory=12288 --cpus=6 Due to the *.nip.io restricted in our Network, We modified the /etc/hosts file as follows., ** oauth-proxy.log ** 172.17.0.6:51068 - 1f7605d2ddfbc2ebbabccf36acfd1a4d - - [2022/07/01 13:44:40] 192.168.49.2.nip.io GET - "/oauth/callback?code=izaxgkuxhijtwon3rz3uu75g6&state=uLNVwmNlSmSD3TPrc9leYpUlDPqKSaVUj66SDmEd1C0%3A%2Fdashboard%2F" HTTP/1.1 "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" 500 2830 2.475 |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Summary
I installed Eclipse Che using Minikube
chectl server:deploy --platform minikube --installer operator
Everything seemed to be good but when I click on the link I get error 503.
I received the certificate and added it to the browser using the command
chectl cacert:export —destination=/home/vladimir/Downloads
Eclipse Che self-signed CA certificate is exported to /home/vladimir/Downloads/cheCA.crt
What could be the problem and how to solve it?
Relevant information
No response
The text was updated successfully, but these errors were encountered: