Openshift Origin 3.6 deleting pod always hangs with finalizers: - foregroundDeletion

9/27/2018

I'm having a strange issue, when I delete some routes/services/rc/dc/pods, the item hangs on deletion and the item yaml has the following:

metadata:
  finalizers:
    - foregroundDeletion

If I manually delete:

  finalizers:
    - foregroundDeletion

Then the item deletes successfully without a problem - is there a way to prevent the finalizers: - foregroundDeletion being added to the item and hanging the deletion thereof ?

-- Kim Attree
kubernetes
openshift-origin

0 Answers