Kubernetes強制刪除一直處於Terminating狀態的pod。

在dashboard界面刪除容器,發現沒法刪除。使用命令查看發現該pod一直處於terminating的狀態
Kubernetes強制刪除一直處於Terminating狀態的pod。ide

一、使用命令獲取pod的名字
kubectl get po -n NAMESPACE |grep Terminating
二、使用kubectl中的強制刪除命令
kubectl delete pod podName -n NAMESPACE --force --grace-period=0get

相關文章
相關標籤/搜索