jupyter-on-openshift / jupyter-notebooks

OpenShift compatible S2I builder for basic notebook images.
Apache License 2.0
54 stars 111 forks source link

No Persistent Storage for Individual Pods #4

Closed afeiszli closed 5 years ago

afeiszli commented 5 years ago

Hi @GrahamDumpleton,

I am deploying JupyterHub on OpenShift from your image with the minimal-notebook, using OAuth + KubeSpawn to spin up individual user servers. I would like to have persistent storage for those individual pods, so that when they go down they do not lose their data. Is this a possibility?

Thanks, Alex

GrahamDumpleton commented 5 years ago

When you say 'OAuth + KubeSpawn' do you mean JupyterHub? Or are you using some other solution to start up notebook instances? If using JupyterHub, are you using a JupyterHub setup you created yourself, or one of those under the 'jupyter-on-openshift' organisation on GitHub.

blaisep commented 5 years ago

Hi @grahamdumpleton I guess you can close this issue since @afeiszli has not replied...

juliusvonkohout commented 5 years ago

We have this in production using jupyter-on-openshift jupyterhub images on openshift 3.10. So it works. Please close the issue.

afeiszli commented 5 years ago

Hi yes, just to confirm this is working fine.