opendatahub-io-contrib / jupyterhub-odh

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

Update the kubespawner version to 0.11.1 #44

Closed LaVLaS closed 4 years ago

LaVLaS commented 4 years ago

Update the kubespawner version to 0.11.1 with support for OCP 4.3 (Kubernetes 1.16) release.

LaVLaS commented 4 years ago

Will flip this from WIP after testing on OCP4.3

LaVLaS commented 4 years ago

This does work on OCP 4.3.

There is one issue to be aware of. On jupyterhub_config.py Line 311, OCP StorageClass names can now use the empty string as a valid name "".

LaVLaS commented 4 years ago

Tested on 4.2 with no issues. Since StorageClass name "" is now valid in kubernetes existing users need to account for this when updating versions