批量删除 kubectl get pods | grep ProviderFailed | awk '{print $1}' | xargs kubectl delete pod 转载于:https://www.cnblogs.com/lanqie/p/11024681.html