-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
By default in Kubeflow PVC mount point is at /home/joyvan
which is also the same path where files are uploaded from the GUI
However, this image uploads files to /var/lib/spark/notebook
, which is not the default PVC mount point for Kubeflow
If you stop and start again your Jupyter Notebook you will lose any files (including notebooks) created during your session
We should
- Workaround (not ideal), document it so at least users when creating the notebook point to the right path
- Have a way to configure default
/home/joyvan
path used in Kubeflow. - or a way to default link path
/var/lib/spark/notebook
with/home/joyvan
in case the user forgets to change the mount point when creating the notebook (Which will most probably happen, even if we document it)
Metadata
Metadata
Assignees
Labels
No labels