Open
Description
Bug description
When the workspace pod is an error (i.e., .status.phase == "Failed"), the workspace remains undeleted.
internal link
This is probably due to the fact that the finalizer is not erased. Because we have succeeded in clearing the Error pod by erasing the finalizer.
Steps to reproduce
we don't know. But there is the one example
Workspace affected
No response
Expected behavior
If a pod gets Error status, it will be deleted properly.
Example repository
No response
Anything else?
No response