opendatahub-io-contrib / jupyterhub-odh

Example JupyterHub deployment using OpenShift OAuth authenticator.
16 stars 31 forks source link

Add PVC configuration option to JupyterHub #134

Open romeokienzler opened 2 years ago

romeokienzler commented 2 years ago

Is your feature request related to a problem? Please describe. ODH JH comes with a pre-configured 20GB PVC which can't be increased from any ODH UI

Describe the solution you'd like An ODH UI function to increase the JH PVC size

Describe alternatives you've considered Login to open shift admin console, find PVC, resize and restart pods Screenshot from 2022-04-09 14-23-13

LaVLaS commented 2 years ago

@romeokienzler This will be added in the next release of odh-dashboard. See https://github.com/opendatahub-io/odh-dashboard/issues/119

shalberd commented 2 years ago

in any case, whether via ODH UI or OCP UI, this requires a storageclass that has set allowVolumeExpansion: true. Good idea regarding functionality, though.