Delete Pods after Deployments
Created by: Befisch
Hi there,
I had a broken cluster and triwed to delete it. Since two of my nodes where not responding (kubelet down) the deleting pods where in terminating state. Therefor I had to manually force-delete the not responding pods. Ofc all "deleted" pods were restarting already with the deployments/statefulsets/... sitll in place.
I suggest to switch the lines and delete pods after deleting all other pod-defining things. So move it after "jobs". Alternatively, since we are deleting all the resources "--force" could also be an approach.