k8s 批量清理Evicted 的pod

kubectl -n NameSpace   get pods | grep Evicted |awk '{print$1}'|xargs kubectl -n NameSpace delete pods

你可能感兴趣的:(linux,运维,服务器)