-
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
error starting with out of the box configs #21076
Comments
@tsadigovAgmail please provide more informations:
|
@l0rd here are the relevant information What version of minikube are you using? How are you installing Che (provide the exact commands)? |
out put of the chectl ` 2022-01-26T22:01:16.203Z Error: Command server:deploy failed. Error log: /home/tural/.cache/chectl/error.log. ` NAME READY STATUS RESTARTS AGE ` [2022/01/27 03:19:18] [main.go:54] invalid configuration: |
Pls, provide a full chectl installation log |
@tolusha started from ground up with new machine here is the output chectl server:deploy --k8spoddownloadimagetimeout=60000000 --k8spoderrorrechecktimeout=60000000 --k8spodreadytimeout=60000000 --k8spodwaittimeout=60000000 --platform=minikube |
Dex is supposed to be deployed on Minibube but I don't see that in the output.
|
chectl version is up to date stable version |
chectl version › Installer type is set to: 'operator' |
Pls. re run the same command. It was timeouted to configure minikube API server |
I have already tried it 3 times |
I delete and start minikube chectl server:deploy --platform=minikube --k8spoddownloadimagetimeout=6000000 --k8spoderrorrechecktimeout=600000 --k8spodreadytimeout=6000000 --k8spodwaittimeout=6000000 tural@Ubuntu20Desktop:~/Desktop$ chectl server:deploy --platform=minikube --k8spoddownloadimagetimeout=6000000 --k8spoderrorrechecktimeout=600000 --k8spodreadytimeout=6000000 --k8spodwaittimeout=6000000 |
If I try running the commands you provided at this step I get error tural@Ubuntu20Desktop:~$ chectl server:delete -y --delete-namespace |
Is it ok that stable and next versions flow differ that much for chectl? |
I decided to try all options without going into details, to see if there is a painless option to start Ubuntu+minikube nope |
I will try look into (minikube + Ubuntu) |
thanks @tolusha che-gateway-7cc8f594c8-2gmrs 3/4 CrashLoopBackOff 67 (80s ago) 5h27m $kubectl logs che-gateway-7cc8f594c8-2gmrs -n eclipse-che -c oauth-proxy |
I am still trying variations and I have an chectl serverv:deploy run without error No error messages on deploy. BUT The output still has nothing about Dex, the oauth-proxy container under che-gateway pod is not running. And when checking the url https://192.168.178.150.nlp.io in the browser I get nginx 503 temporary unavailable error. Not sure if I am missing some additional step or installation is problematic |
We did not configure something properly. I will look deeply to find the cause. |
@tolusha for my scenario I would prefer to have a suggestion on working versions I should use, rather than disabling some functionality. As far as I understand is was working fine in che version 7.40. Should I also use specific version of minikube? I am going to demo this to the team. So I need to have authentication. |
Pls try working configuation:
|
@tolusha no luck |
@tolusha the documents have different page for each --platform. But I can not find any documentation for --platform=k8s. Where can I look for it? |
There is no difference between |
Which issue did you have with this config #21076 (comment)? |
I tried with next 2 versions of chectl and with different driver=docker for minikube, it works like a charm. I will not go over trying other parameter options. |
too much bug on this eclipese-che ,just dont use it |
I got exactly the same bug. # Version
[user@domain ~]# chectl --version
chectl/7.56.0 linux-x64 node-v16.13.2
# Installation
[user@domain ~]# chectl server:deploy -p=k8s --skip-oidc-provider-check --domain=my.domain.com
# Waiting the installation
[...]
❯ Eclipse Che Server pod bootstrap
✔ Scheduling...[OK]
✔ Downloading images...[OK]
⠧ Starting <----- froze here
Eclipse Che status check
# Retrieving the logs
[user@domain ~]# kubectl -n eclipse-che logs pod/che-gateway-595f746df9-jhlnh oauth-proxy
[2022/11/08 16:36:48] [main.go:54] invalid configuration:
provider missing setting: client-id
missing setting: client-secret or client-secret-file
oidc provider requires an oidc issuer URL @tolusha @tsadigovAgmail I believe the |
cat >>cr-patch.yaml <<EOF
apiVersion: org.eclipse.che/v2
spec:
networking:
auth:
identityProviderURL: <IDENTITY_PROVIDER_URL>
oAuthClientName: <CLIENT_ID>
oAuthSecret: <CLIENT_SECRET>
EOF
Related issue #21759 |
Summary
trying to start che on ubuntu minikube
authorization server does not start
and I get https result 503 when trying to access che
Relevant information
kubectl logs pod/che-gateway -n eclipse-che -c auth-proxy
[main.go:54] invalid configuration : idc provider requires an oidc issuer url
The text was updated successfully, but these errors were encountered: