개발/Kubernetes

Pod 강제종료 명령어

피클s 2022. 8. 17. 11:21

delete 명령어를 내려도 terminating 상태에서 진행이 되지 않는다면 아래 명령어로 삭제 가능합니다.

 

kubectl delete pod <파드명> --grace-period=0 --force -n <네임스페이스명>