Azure/open-service-broker-azure

purge DeprovisionCallFailed entries from database

Closed this issue · 3 comments

I have the issue that i have left overs from DeprovisionCallFailed or Failed. How can i force to remove such entries (and accept i might handle the deprovisioning manually)
Can't find an svcat cmd/param (line in "cf purge-service-instance mysql-dev") that allows to force delete the entries .

Yeah, svcat has not force delete so far: kubernetes-retired/service-catalog#2268. You can manually delete the stuck instance record from OSBA store (the redis cache). Then, use svcat to deprovision again. OSBA returns 410 in this case and svcat considers it as a success. And then don't forget to delete the ARM resource from Portal.

Looks like merg for solution has been done on incubator
kubernetes-retired/service-catalog#2579

Solved by service-catalog as @cforce mentioned.