informatics-lab / s3-fuse-flex-volume

A Kubernetes flex volume driver for a custom s3 fuse adapter
BSD 3-Clause "New" or "Revised" License
31 stars 11 forks source link

customizing this with jupyterhub #14

Open satra opened 4 years ago

satra commented 4 years ago

i came across this and it seems really appropriate for us to use for a hub deployment on an aws public dataset. thank you for creating this chart.

it seems that this was created for pangeo deployment. are there any pointers to changing jupyterhub config to accommodate this into a pod?

i'm trying to figure out where specifically to inject the volume mount options in the jupyterhub startup process.

jacobtomlinson commented 4 years ago

Glad this is of use!

You can find the JupyterHub documentation for adding volumes here https://zero-to-jupyterhub.readthedocs.io/en/latest/customizing/user-storage.html#additional-storage-volumes

And the usage examples from this project here https://github.com/informatics-lab/s3-fuse-flex-volume#usage-examples