You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the lastest version of the Helm chart 2.0.0, the parameter "singleuser.defaultUrl" does not work. Setting it to "/lab" previously redirected the single-user servers to JupyterLab, now it opens the regular jupyter notebook
Expected behaviour
Redirect the user's address to /lab when setting singleuser.defaultUrl: "/lab"
Actual behaviour
It does not redirect to /lab, but instead to "/tree", the regular jupyter notebook
How to reproduce
Deploy helm chart 1.2 with singleuser.defaultUrl: "/lab"
Start a User server: it gets redirected to "/lab"
Deploy helm chart 2.0.0 with singleuser.defaultUrl: "/lab"
Start a User server: it gets redirected to "tree"
Your personal set up
Tested with minikube version: v1.24.0
kubectl version
This can be influenced by various things in both your config and image.
Have you in any way changed your singleuser.image since upgrading, or can we assume its unrelated to the image?
What does your singleuser.cmd specify?
Overall, this is a very tricky configuration, and we've dwelled on how to make things work well in jupyterhub/kubespawner#493 (comment). I think there may be a quickfix of making sure that you have singleuser.cmd set to something, such as the default value of the Helm chart. In other words, to not override that with a falsy value.
Hi, thank you very much for your answer, problem found and solved!
I did changed the singleuser.image and updated it, but it wasn't a dockerfile based on the latest 'jupyter/base-notebook' compatible with hub:3.0.0. Now with the updated singleuser image everything works as expected.
Thanks for the quick response!
Bug description
With the lastest version of the Helm chart 2.0.0, the parameter "singleuser.defaultUrl" does not work. Setting it to "/lab" previously redirected the single-user servers to JupyterLab, now it opens the regular jupyter notebook
Expected behaviour
Redirect the user's address to /lab when setting
singleuser.defaultUrl: "/lab"
Actual behaviour
It does not redirect to /lab, but instead to "/tree", the regular jupyter notebook
How to reproduce
singleuser.defaultUrl: "/lab"
singleuser.defaultUrl: "/lab"
Your personal set up
Tested with minikube version: v1.24.0
kubectl version
The text was updated successfully, but these errors were encountered: