-
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
Cloud Shell Che Workspace #15434
Comments
@l0rd according to the description this is an epic, but I'm not sure which team label should be applied |
It would be awesome to be able to do this from the Che dashboard too - so one could quickly make a change to a project without booting the whole IDE up. |
I believe that the functionality described in that epic is already implemented. I'm closing it let me know if you think it makes sense to keep it open |
This epic is about the technical work needed to implement a cloud shell component that would be used on OpenShift Console:
Using the DevWorkspace CRD
The cloud shell should use the DevWorkspace CRD that is described in #15425
Using a new CheEditor
A Theia based Che workspace is a waste of compute resources if used only to get a terminal. And it takes way too long to bootstrap. So the idea is to implement an alternative
cheEditor
and a cloud shell workspace could be defined using the following devfile:Other considerations
Subtasks
machine-exec
automatically added to a workspaceInvestigate authentication/authorization for CloudShell [devworkspace] Investigate authentication/authorization for CloudShell #15782Timeline
2020-03-31 (Che v7.11.0)
2020-04-20 (Che v7.12.0)
2020-05-12 (Che v7.13.0)
2020-06-02 (Che v7.13.0)
2020-06-18
The text was updated successfully, but these errors were encountered: