Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 136 Bytes

kubernetes.md

File metadata and controls

6 lines (4 loc) · 136 Bytes

Remove all failed pods:

kubectl get po --all-namespaces --field-selector 'status.phase==Failed' -o json | kubectl delete -f -