cloud-operators icon indicating copy to clipboard operation
cloud-operators copied to clipboard

Long provision times for Binding should not Fail (expect Pending)

Open vazirim opened this issue 5 years ago • 1 comments

Example: postgresql

vazirim avatar Sep 18 '19 17:09 vazirim

I tried with cloudant and got a Failed state as well. Might be related. Perhaps some resource bindings enter a Failed state, while others do not.

The cloudant failure message:

spec:
  serviceName: mycloudant
status:
  instanceId: 'crn:v1:bluemix:public:cloudantnosqldb:us-south:a/000:000::'
  keyInstanceId: IN PROGRESS
  message: |
    Request failed with status code: 400, ServerErrorResponse: {"message":"The resource instance is removed/invalid","status_code":400,"transaction_id":"bss-ce89a023fd071ab9"}
  state: Failed

I haven't tried Postgres yet, but we'll probably need the failure message to debug further.

JohnStarich avatar Sep 22 '20 02:09 JohnStarich