Allow to boot a workspace in rescue mode #21335
Labels
area/dashboard
kind/enhancement
A feature request - must adhere to the feature request template.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your enhancement related to a problem? Please describe
sometimes we have our devfile being corrupted by manual changes. Also it may be corrupted after a devfile v1-> v2 step.
I think having a resuce mode to be able to go back to the workspace and being able to browse files/eventually commit the files would help for some usecases.
Describe the solution you'd like
Allow to boot a workspace in a
rescue
mode.It'll use for example the current universal developer image and default stable editor.
It could be done either from dashboard side only or devWorkspace could have an extra attribute like
rescue
.Original content could be wrapped into an attribute (if we want to switch back to the previous workspace)
Describe alternatives you've considered
It could be a temporary workspace taking the same
id
of the original one so volume is mounted.Additional context
with devfile v1--> v2 migration some workspaces may not be able to be converted automatically
The text was updated successfully, but these errors were encountered: