Closed jpolchlo closed 1 year ago
This needs a few days of working with it by various parties to make sure that I've not broken something. Looking for a +1 from @rajadain and @vlulla; if y'all can exercise some notebooks on the NOAA cluster, we can find out if there's broken stuff. I've been banging on this, and things are functioning, but more eyes stress-testing more aspects is good. If nobody complains, I'll merge on 12/22, but I'll be happy to get some +1 reviews on this if you do get to use JH on the cluster before then.
This has been thoroughly exercised and is working well. Pushing the button.
This update moves to the most recent JupyterHub Helm chart release. This move was needed to allow for the addition of an ephemeral volume to give notebooks a scratch volume. This volume is backed by a mount from EBS that has a lifecycle to match the pod it is connected to. It will not persist after a session expires. It is currently sized at 128GB, but that value can be changed if needed.
From a notebook environment, it is accessible at
/scratch
:(This is from an earlier test when I was using 256GB as the default size.)
Closes #20 Connects azavea/noaa-hydro-data#85