Exemple to delete all pod in the default namespace. kubectl delete pod --all=true. With the --all=true, you are able to delete all the ...
確定! 回上一頁