osbuild / cloud-cleaner

cloud-cleaner is a tool that removes leftover cloud resources from testing
Apache License 2.0
5 stars 4 forks source link

Do not force delete OpenShift artifacts #37

Closed atodorov closed 7 months ago

atodorov commented 7 months ago

In RITM1744308 I've been told:

you should NOT force delete the PVCs or remove the finalizers, because that's how you can end up in an inconsistent state.

I don't believe this will solve our problems b/c we ended up in an incosistent state because we've run out of quota before attempting forced deletion. However if that's the recommended best practice we should be doing it regardless!