Stop Messing With Kubernetes Finalizers

Here’s why you should never force-delete Kubernetes resources or remove their finalizers

Martin Heinz
Better Programming
Published in
7 min readJun 1, 2022

--

Background Photo by Sam Pak on Unsplash

We’ve all been there — it’s frustrating seeing the deletion of Kubernetes resources getting stuck, hanging, or taking a long time. You might have “solved” this using the terrible advice of removing finalizers or running kubectl delete ... --force

--

--