Answers for "kubectl stop and remove pod"

2

kubectl delete all pods

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

force delete pod kubernetes

kubectl delete pods <pod> --grace-period=0 --force
Posted by: Guest on October-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language