-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Only the minimal
notebook seems to work at the moment.
I'm sure other types have worked in the past, but now when you try to access the Jupyter Lab app you get a 502 Bad Gateway
from nginx.
The problem might be that the Jupyter Hub server version has changed. The one used by the jupyter/minimal-notebook
image claims to be 1.17.1
whilst that run by jupyter/tensorflow-notebook
is 1.18.1
. In the pod logs there are message like this:
[W 2022-07-19 15:24:09.076 LabApp] 'token' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
[W 2022-07-19 15:24:09.076 LabApp] 'base_url' has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
and there are more of these from the 1.18.1
server, but these are messages not errors, so not sure whether the server version is really the problem (though the way the container is launched and the Ingress created are the same for ll notebook images).
A core part of the problem is that we are not using tagged images so latest
is evolving over time.