-
Notifications
You must be signed in to change notification settings - Fork 64
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
Starting server fails on mac os x when starting pods #124
Comments
Same issue.... and same config as you |
Thank you for the answer. I can confirm that starting that version works. The first time I tried I did get the following error:
On a retry it just worked. The first time it seemed like downloading the image took almost no time, so probably it didn't download the other image immediately. |
FYI: |
@titusn same as you :) it works with the image given by @azatsarynnyy |
I tried using
chectl
to start a stand-alone che server. I previously managed to get it running just using the old-fashioneddocker run
command. That worked, but I ran into trouble creating projects (see https://stackoverflow.com/questions/56415583/eclipse-che-7-node-js-error-this-workspace-is-using-old-definition-format-which), which seemed fair, as I was following a method meant for che 6.During start up I consistently got the error
ERR_TIMEOUT: Timeout set to pod ready timeout 130000
when chectl tried to start the pods. I tried:Expected behaviour
chectl
is able to start the pods after downloading the imagesObserved behaviour
chectl errors out:
chectl server:start --k8spodreadytimeout=500000
Steps to reproduce
chectl server:start
The text was updated successfully, but these errors were encountered: