jupyterhub / kubespawner

Kubernetes spawner for JupyterHub
https://jupyterhub-kubespawner.readthedocs.io
BSD 3-Clause "New" or "Revised" License
536 stars 301 forks source link

kubespawner don't delete pod at logout #349

Closed djangoliv closed 4 years ago

djangoliv commented 4 years ago

Despite the option

c.KubeSpawner.delete_stopped_pods = True

My user pod still alive at user logout.

djangoliv commented 4 years ago

In fact, this option is not for this case. The pods are delete while we stop its server. Maybe an option to delete pods at logout can be usefull.

Regards

djangoliv commented 4 years ago

There is a jupyterhub option for that.

c.JupyterHub.shutdown_on_logout = True

Sorry for the noise. You can close this issue.

Regards