Skip to content

Commit 73a1f57

Browse files
committed
Remove upgrade note on singleuser.cmd default
it's not the default anymore
1 parent 8ceaaa7 commit 73a1f57

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/source/administrator/upgrading/upgrade-1-to-2.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,6 @@ singleuser:
8181
allowPrivilegeEscalation: true
8282
```
8383

84-
## Default to using the container image's command instead of `jupyterhub-singleuser` [#2449](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2449)
85-
86-
Z2JH now launches the container's default command (equivalent to setting `CMD` in a `Dockerfile`) instead of overriding it.
87-
This ensures that containers that use a custom start command to configure their environment, such as some
88-
[Jupyter Docker Stacks](https://jupyter-docker-stacks.readthedocs.io/en/latest/)
89-
images, will work without any changes.
90-
To restore the old behaviour set:
91-
92-
```yaml
93-
singleuser:
94-
cmd: jupyterhub-singleuser
95-
```
96-
9784
## Configuration in `jupyterhub_config.d` has a higher priority than `hub.config` [#2457](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/2457)
9885

9986
Previously if `hub.config` was used to configure some JupyterHub traitlets it would override any custom configuration files mounted into `jupyterhub_config.d` in the hub container.

0 commit comments

Comments
 (0)