Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not attempt to delete non-existing pvc
When a user is being deleted (e.g. by the culler), a PVC with name "claim-username" is also attempted to be deleted by default as part of the delete_forever function. This implies an extra call to the API server to delete a PVC that we know does not exist. With the KubeSpawner's delete_pvc flag set to false, we prevent that extra call.
- Loading branch information