kubectl get pods -A | grep Terminating ns=<your namespace that has terminating pods> kubectl get pods -n $ns | grep Terminating | awk '{print $1}' | xargs kubectl delete pods -n $ns --force --grace-period=0