强制删除所有Pods -- 谨慎使用

kubectl  get pods -n ava-job | grep Error | awk '{print$1}'| xargs kubectl delete -n ava-job pods --grace-period=0 --force

相关文章: