Open consideRatio opened 3 years ago
I think @mriedem refers to the warning on line 2686 in this code section.
Yup 👍
Confirmed that the warning happens if delete_pvc
is not set to False:
Nov 11 19:26:35 hub-6bc49f5445-8ll7b hub WARNING WARNING 2021-11-12T01:26:35.835Z [JupyterHub spawner:2686] No pvc claim-610d58aa08a527753092ff9d to delete. Assuming already deleted.
That was after upgrading to kubespawner 1.1.2 but before making the change in our helm chart to set delete_pvc=False
.
This was originally asked by @mriedem here: https://github.com/jupyterhub/kubespawner/pull/475#pullrequestreview-800437128.
I think @mriedem refers to the warning on line 2686 in this code section.
https://github.com/jupyterhub/kubespawner/blob/fdfa2ad8fb756d52175a0f1515c7c66addc50a55/kubespawner/spawner.py#L2664-L2693