Skip to content

Commit

Permalink
Make sure we land in the notebook interface
Browse files Browse the repository at this point in the history
After updating the user image, we noticed that the hub was launching
usres straight into /lab rather than /tree. This change (temporarily)
reverts that. I think the underlying problem is described here

  * jupyterhub/kubespawner#531

So there will be changes to come with JupyterHub 2.x releases and this
can be revisited then.

Signed-off-by: Callysto Sysadmin <[email protected]>
  • Loading branch information
Callysto Sysadmin committed Jul 20, 2022
1 parent bef1a32 commit 13f2efe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/roles/internal/jupyterhub/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jupyterhub_spawners:
value: 'True'
- conf_object: 'DockerSpawner.environment'
value: "{ 'JUPYTER_RUNTIME_DIR': '/tmp' }"
- conf_object: 'Spawner.cmd'
value: 'jupyterhub-singleuser'
- conf_object: 'DockerSpawner.default_url'
value: '/tree'
syzygyswiftspawner:
name: 'syzygyauthenticator.swiftspawner.SyzygySwiftSpawner'
options:
Expand Down

0 comments on commit 13f2efe

Please sign in to comment.