One minute
OpenShift Delete Pod(s) Hanging in Terminating Status
Problem
Pod(s) hanging in terminating state.
Solution
Run any of the following commands:
Delete with
grace-period$ oc delete pod example-pod-1 -n name --grace-period=0Delete with
grace-periodand force$ oc delete pod example-pod-1 -n name --grace-period=0 --force