Sometimes pods do not stop as expected. In below example doi-situations-0 pod remains in "Terminating" status forever
How can I delete or terminate a pod in Terminating status?
DX Platform any version
"A Pod is not deleted automatically when a node is unreachable. The Pods running on an unreachable Node enter the 'Terminating' or 'Unknown' state after a timeout. Pods may also enter these states when the user attempts graceful deletion of a Pod on an unreachable Node. The only ways in which a Pod in such a state can be removed from the apiserver are as follows:
The Node object is deleted (either by you, or by the Node Controller).
The kubelet on the unresponsive Node starts responding, kills the Pod and removes the entry from the apiserver.
Force deletion of the Pod by the user."
5)Check the "Events section" from the command: kubectl describe pod <PODNAME> --namespace <