Scroll to top
© 2018 All Rights Reserved.
Share

How to remove Evicted Pods in Kubernetes/Openshift

To remove Evicted Pods from Kubernetes use this command:kubectl get pods --all-namespaces -o json | jq '.items[] | select(.status.reason!=null) | select(.status.reason…

Dominik Sachsenhofer 1. September 2020