Problem

Pod(s) hanging in terminating state.

Solution

Run any of the following commands:

  1. Delete with grace-period

      $ oc delete pod example-pod-1 -n name --grace-period=0
    
  2. Delete with grace-period and force

      $ oc delete pod example-pod-1 -n name --grace-period=0 --force