The `c.JupyterHub.cleanup_servers = False` parameter is invalid and the corresponding pod is deleted on the jupyterhub+k8s+jupyterlab

If you want you could try running your container as the UID of the logged in user by overriding pre_spawn_start
See for example

Note the example is a bit out of date, but the general idea still holds.