Unable to delete ServiceInstance

Unable to delete ServiceInstance

Problem was found in Customer Cluster (v3.7):

Some projects where provisioned with a service from the servicecatalog. A serviceinstance was provisioned but coud not be deleted. The ServiceBinding that was referencing the ServiceInstance was prohibiting the ServiceInstance from being deleted.

Fix:
Edit the ServiceBinding and remove following lines:


  finalizers:
  - kubernetes-incubator/service-catalog

When the Project is already marked to be deleted, the only way to edit the ServiceBinding is through the cli.

Sources:
    • Related Articles

    • Openshift Project deletion pending indefinitely

      In the Lab Cluster I observed that projects where marked to be deleted. But deletion was pending indefinitely. After some troubleshooting the logs on one of the master Servers showed that the Service Catalog API was not responding. The ...