zonca / jupyterhub-deploy-kubernetes-jetstream

Configuration files for my tutorials on deploying JupyterHub on top of Kubernetes on XSEDE Jetstream (Openstack)
https://zonca.dev/categories/#jetstream
23 stars 14 forks source link

Evaluate again deployment with magnum #16

Closed zonca closed 5 years ago

zonca commented 5 years ago

Driven by #15 , i.e. cluster autoscaler is available for magnum, I'd like to re-evaluate the Kubernetes deployment with Magnum.

zonca commented 5 years ago

I already have some scripts: https://github.com/zonca/jupyterhub-deploy-kubernetes-jetstream/tree/master/kubernetes_magnum

zonca commented 5 years ago

Not sure which image I am supposed to use, asked support

zonca commented 5 years ago

working at IU, image is Fedora-Atomic-28-20180625

zonca commented 5 years ago

ok, it works!

I have written tutorial: https://zonca.github.io/2019/06/kubernetes-jupyterhub-jetstream-magnum.html

It first require the Jetstream team to merge this modification to their magnum templates: https://github.com/zonca/magnum/pull/1

zonca commented 5 years ago

still debugging the issue on the scheduler, the deployment works with the manual fix detailed in zonca/magnum#1

zonca commented 5 years ago

@julienchastang @rsignell-usgs deployment with magnum is finalized, see the tutorial at https://zonca.github.io/2019/06/kubernetes-jupyterhub-jetstream-magnum.html, next I'll try to figure out autoscaling, see #15