Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to delete evicted pod in kubernetes:

kubectl get pod -n studytonight |grepEvicted |awk'{print $1}'|xargskubectl delete pod -n studytonight
Source by gist.github.com #
 
PREVIOUS NEXT
Tagged: #delete #evicted #pod
ADD COMMENT
Topic
Name
1+1 =