Hello,
I’m in the process of trying to deploy an instance of the LSP on an Openstack / Kubernetes cluster, and I’m encountering some issues and was wondering if someone can point me in the right direction.
The resources & documentation that I’m using are from the master branch of https://github.com/lsst-sqre/lsp-deploy which uses the Helm charts from here: https://github.com/lsst-sqre/charts .
Initially I was running into some issues with the Fileserver & Nublado, which I got around temporarily using a different NFS Docker image. However the issue that I’m now seeing, is at the point of spawning notebooks from the list of images (lsstsqre/sciplat-lab). Specifically, I’ve tried a launching notebooks from a few different images including the “Recommended” one, all of which seem to fail, with the most common exception being the following (shows up in browser):
“Redirect loop detected. Notebook has jupyterhub version [x.y.z], but the Hub expects 1.1.0. Try installing jupyterhub==1.1.0 in the user environment if you continue to have problems.”
I’m using a Proxy server, and was initially thinking it may also be an issue with my configuration, but haven’t narrowed it down to anything specific yet.
I’m wondering if this may be an issue with version miss-matches between what the Helm chart configuration uses and what is in Docker Hub? Is there anything obvious that I may be missing or doing wrong, such as using the wrong versions of documentation or configuration files? Has anyone else has encountered similar problems?
Thanks in advance,
Stelios Voutsinas
University of Edinburgh