# Define all Evicted Pods in ALL namespace ``` kubectl delete pod $(kubectl get pods -A | awk '/Evicted/ {print $2}') ```