Skip to content

Instantly share code, notes, and snippets.

@sara4dev
Created August 7, 2019 14:26
Show Gist options
  • Save sara4dev/e29bb4e98ba4db6281ce3a54ef5fcff2 to your computer and use it in GitHub Desktop.
Save sara4dev/e29bb4e98ba4db6281ce3a54ef5fcff2 to your computer and use it in GitHub Desktop.
```
kubectl get po | grep Evicted | awk '{print $1}' | xargs kubectl delete po
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment