eskild
eskild
Hi @trallard I believe this outlines a possible solution that allow us to avoid having conda env/packages baked into the Jupyterlab Docker image (ie [this env](https://github.com/nebari-dev/nebari-docker-images/blob/main/jupyterlab/environment.yaml)) and encourages us to...
Hi @rsignell-usgs, I will make sure this issue is prioritized for our next sprint (which starts next week). I can't promise it will be configurable from the `qhub-config.yaml` but I...
Hey @rsignell-usgs, for now, you can manually edit the `etc-jupyter` configmap if you want to make changes to the timeout settings. Although I still have to circle back to this...
@rsignell-usgs yep, just edit the file. You may need to kill the hub pod for the changes to take effect.
Hey @pierrotsmnrd, I agree timezones (and daylight savings) are definitely a headache. I'm not sure how feasible it would be to have user's set their own timezone given that all...
This issue happened to me recently. When I couldn't launch my jlab environment, I checked k9s and somehow the `qhub-conda-store-minio` pod was in a bad state. I can't confirm that...
I am currently able to partially deploy on Mac ([see branch `kind_on_mac`](https://github.com/Quansight/qhub/tree/kind_on_mac)). Unfortunately this solution is only partially and quite "hacky". More work will be needed before this is fully...
During testing, I ran into an issue creating a conda env from the conda-store endpoint. The details can be found here: https://github.com/Quansight/conda-store/issues/382
During test, I also ran into a dashboard issue. More details here: #1401 and associated PR to fix it #1402