79530389

Date: 2025-03-24 07:25:08
Score: 0.5
Natty:
Report link
kubectl get pods -A | grep Terminating

ns=<your namespace that has terminating pods>
kubectl get pods -n $ns | grep Terminating | awk '{print $1}' | xargs kubectl delete pods -n $ns --force --grace-period=0
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rraj gautam