Answers for "delete the pods"

1

unistall pods

$ sudo gem install cocoapods-clean
$ pod deintegrate
$ pod clean
$ pod install
Posted by: Guest on April-12-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 "Shell/Bash"

Browse Popular Code Answers by Language