本人在生產環境刪除pod卡無反應,通過如下命令可以強制刪除。 任何pod都可以使用如下方法: kubectl delete pods <pod> --grace-period=0 --force.
確定! 回上一頁