Answers for "delete all pods in default"

3

kubectl delete all pods

kubectl delete --all pods
Posted by: Guest on May-10-2020
0

delete all completed pods

kubectl delete pod --field-selector=status.phase==Succeeded
Posted by: Guest on September-01-2020

Code answers related to "delete all pods in default"

Browse Popular Code Answers by Language