clear not running pod kubectl get pods -A|grep -v Running |awk '{print "pod "$2" -n "$1" --grace-period=0 --force"}' |xargs -l kubectl delete