AICoE / aicoe-sre

This repository serves as a central location for services being run by the AICoE SRE team.
GNU General Public License v3.0
4 stars 12 forks source link

Update Jupyterhub image to tag that supports tolerations #18

Closed anishasthana closed 4 years ago

anishasthana commented 4 years ago

cc @vpavlin

vpavlin commented 4 years ago

This image is built from https://github.com/AICoE/jupyterhub-ocp-oauth/commit/cf600f30893d76ba3fa7363ac0b53547a0afca3f which has singleuser profiles pinned to https://github.com/opendatahub-io/jupyterhub-singleuser-profiles/commit/32716febf5dc5245419d6c970a0d08a82149e4ef which has the tolerations commit in.

It also expands the environment variable configuration to k8s native format, so if you need/want to put some secret references to the custom profiles, you can with this change.

vpavlin commented 4 years ago

lgtm