manics
2
There’s two ways to cull pods. Either they can stop themselves, or they can be stopped by an external process:
If you’re using jupyter-server instead of jupyter-notebook you’ll need to use jupyter_server_config.py
as your config file:
Since this is independent of JupyterHub you can test and debug it by running your container locally (e.g. with docker) until you get it working.
The external culler does not allow user configuration.
1 Like