Shared Persistent Volume for all Notebook

Hi ,
I am following "Zero to JupyterHub for Kubernetes. I have Jupyterhub running on private cloud. I want to have an extra volume (shared) folder where all users can have an access?

Thanks in advance.

Many volume providers don’t allow mounting a single volume read-write on multiple nodes. But if you are using one that does, you can mount additional volumes with singleuser.extraVolumes in the helm chart configuration.

1 Like