Hi I need to get all the pods in a cluster which are in terminating state for more than 2 minutes.
Ex : I delete a pod, it went to terminating state. Usualy the pod get deletes within a minute. But there are some scenarios pod was in terminating state for a long time. How can get this pod list, any way to achieve this.?
Also is there any way I can force a pod in terminating state for sometime to test this.?