You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using the "none" storage type for the singleuser pods in a jupyterhub deployment you will have this directory created for you /home/jovyan/work
How to reproduce
Just use the none type for single user storage and launch a user pod.
jupyterhub:
singleuser:
storage:
type: none
Expected behaviour
There would simply not be any directories created at /home/jovyan other than what extra volumes may be specified.
In the case below I am using storage type: dynamic
We create shared and private directories, and we get a lost+found directory auto generated (not idea but not this issue)
Actual behaviour
In this case, we are using storage type: none
You can see we get some kind of /home/jovyan/work directory with an odd create date.
Your personal set up
Using zerotojupyterhubk8s chart version 3.0.3
The text was updated successfully, but these errors were encountered:
Our goal is to sustain a positive experience for both users and developers. We use GitHub issues for specific discussions related to changing a repository's content, and let the forum be where we can more generally help and inspire each other.
Thanks you for being an active member of our community! ❤️
Bug description
If you are using the "none" storage type for the singleuser pods in a jupyterhub deployment you will have this directory created for you /home/jovyan/work
How to reproduce
Just use the none type for single user storage and launch a user pod.
Expected behaviour
There would simply not be any directories created at /home/jovyan other than what extra volumes may be specified.
In the case below I am using storage type: dynamic
We create shared and private directories, and we get a lost+found directory auto generated (not idea but not this issue)
Actual behaviour
In this case, we are using storage type: none
You can see we get some kind of /home/jovyan/work directory with an odd create date.
Your personal set up
Using zerotojupyterhubk8s chart version 3.0.3
The text was updated successfully, but these errors were encountered: