kubectl delete pod $(kubectl get pods | grep "Evicted"| awk '{print $1}') --force --grace-period=0

kubectl delete pod $(kubectl get pods | grep "Terminating"| awk '{print $1}') --force --grace-period=0
最后修改:2025 年 01 月 09 日 08 : 41 AM
如果觉得我的文章对你有用,请随意赞赏