kubectl get pods | grep Evicted | awk ‘{print $1}’ | xargs kubectl delete pod 清除脚本 #!/bin/bash fo … Continue reading kubernetes清除状态为Evicted的pod
kubectl get pods | grep Evicted | awk ‘{print $1}’ | xargs kubectl delete pod 清除脚本 #!/bin/bash fo … Continue reading kubernetes清除状态为Evicted的pod