-
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
Che machine exec fails to start if the devfile has a post start event (Che-Code is the editor) #21431
Comments
Thanks @benoitf but I cannot see the dropdown list in my case: |
I've tested on the dogfooding instance using do you have more than one container/component in your devfile ? |
Yes, I have more than one container. I am testing with https://che-dogfooding.apps.che-dev.x6e0.p1.openshiftapps.com/#https://github.com/l0rd/microservices-demo-frontend |
is it always the case or randomly ? AIghLIyLQ3.mp4what is the log of container using che-code ? |
It's systematic. This is the container log:
|
Ok could you try to find machine exec process, kill it and restart it ( with the same options) |
I confirm that restarting |
I confirm that if I remove the |
ok I don't know how it's affecting the process :-/ but at least there is one clue about it |
Thanks to this comment devfile/devworkspace-operator#659 (review) I noticed that I don't get this issue if the |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
I am not reproducing this issue anymore |
Describe the bug
Previously it was possible to select in which container we could open a terminal.
But this option is not available anymore:
Che version
next (development version)
Steps to reproduce
Start a workspace using Che-Code as the editor and open the command palette to create a terminal.
Expected behavior
Che-code should propose to create the terminal in one of the devfile containers.
In that list the containers that are not in the devfile (gateway, telemetry etc...) should not appear.
The default container should be the container where Che-Code runs.
Runtime
Dogfooding instance
The text was updated successfully, but these errors were encountered: