Kubernetes has a ton of pods in error state that can’t seem to be cleared [closed] August 18, 2023 by Tarik kubectl delete pods --field-selector status.phase=Failed -n <your-namespace> …cleans up any failed pods in your-namespace.