David Kwon

Results 56 comments of David Kwon

@tolusha Sounds good, I think it makes most sense for the admin to create the configmap for tor the `storage.conf` file. So, to enable fuse for all workspaces, instead of...

Hi @LMantovan are you running Che on Kubernetes or OpenShift?

It's not possible today to use overlay (fuse-overlayfs) storage driver on the dogfooding cluster, unless we either: * upgrade the cluster to OpenShift 4.15 * follow these steps to perform...

Hi @vinokurig can this issue be clsoed?

I don't think starting a Chrome instance for debugging is possible for the web version of VS Code (tried on Coder and Codespace) with this project: https://github.com/che-samples/react-web-app

I'm able to reproduce the issue for the empty sample workspace if I have the following in CheCluster: ``` spec: devEnvironments: storage: pvcStrategy: per-workspace persistUserHome: enabled: true ``` From my...

It's not related to https://github.com/eclipse-che/che/issues/22914, we are running into this issue because persistent user home is enabled, and because images are stored in the home directory where space is running...

I think it stopped working recently because we have persistent home enabled and per-workspace persistent home was fixed recently: https://github.com/devfile/devworkspace-operator/pull/1241

Another option is to define an ephemeral volume for `/home/user/.local`: https://github.com/dkwon17/devspaces/blob/ce03e4acafc880c063e441202eff12ef40e330d4/.devfile.yaml#L23-L25

The websocket problem and the 401 error problem are problems I've reproduced on CRC when following these steps: To reproduce the issue I follow these steps: 1. Deploy Che on...