Remove something stuck in the Terminating
phase (or whatever other read-only deletion state)
https://kubernetes.io/blog/2021/05/14/using-finalizers-to-control-deletion/
kubectl patch configmap/mymap \
--type json \
--patch='[ { "op": "remove", "path": "/metadata/finalizers" } ]'
- hanging terraform destroy on network resources resolved by manually deleting all load balancers managed by the aws lb controller (nb: the cluster had already been destroyed at this point)