David Kwon

Results 56 comments of David Kwon

Also, we now have a similar error page that appears when the workspace stops due to an error: ![image](https://user-images.githubusercontent.com/83611742/182880434-ba309f67-3068-4ec5-9d4b-f90a75621632.png) I was wondering if we could also get some feedback for...

@nickboldt 's comment refers to the specific scenario where the workspace idle page is reached when there is another running workspace. `Return to your dashboard to switch to a running...

Thank you for the feedback @wolfeallison , I think those are great improvements. Here are the updated error page screenshots with the idle timeouts (30 minutes etc.) and updated text,...

All of the UX improvements are made, except for the `Workspace inactivity when there is another running workspace` and `Workspace runtime limit reached when there is another running workspace` pages,...

Thanks to this comment https://github.com/devfile/devworkspace-operator/pull/659#pullrequestreview-791673736 I noticed that I don't get this issue if the `postStart` command is a background command like `yarn install &` instead of `yarn install`

Hi @Divine1 , for increasing the memory limit for the `theia-ide` container you can: * You can manually update the `memoryLimit` for the theia-ide container definition in the editor's `DevWorkspaceTemplate`...

Hi @vsndev3 , thank you for the question. Unfortunately today it is not possible to rename the workspace since the workspace name is the `DevWorkpsace` resource name, which is immutable....

You can set the `YOUR_USER_NAMESPACE` and `WORKSPACE_TO_RENAME` environment variables and then try to run the following with `kubectl`: Stop the workspace you want to "rename", and then run the following...

Closing in favour of https://github.com/eclipse-che/che-operator/pull/1565

To enable fuse for a workspace, there are three requirements: 1. For OpenShift versions older than 4.15, the administrator has enabled /dev/fuse access on the cluster by following [Configuring fuse-overlayfs](https://eclipse.dev/che/docs/stable/administration-guide/configuring-fuse/)...