kubernetes 删除多个 pod
时间:2020-04-30 17:20:55
收藏:0
阅读:236
kubectl get pod -n default | grep Evicted | awk ‘{print $1}‘ | xargs kubectl delete pod -n default
原文:https://www.cnblogs.com/whm-blog/p/12809703.html
评论(0)