kyma-project / kyma

Kyma is an opinionated set of Kubernetes-based modular building blocks, including all necessary capabilities to develop and run enterprise-grade cloud-native applications.
https://kyma-project.io
Apache License 2.0
1.51k stars 404 forks source link

Cannot display service instance when binding is failed #372

Closed mwieczorek closed 6 years ago

mwieczorek commented 6 years ago

Confirm these statements before you submit the issue:

Description

When service binding is failed we cannot see the details of service instance. Checked on Chrome. Tested on azure cluster, built from master.

Expected result

Service instance is displayed. If possible some error message about binding status

Actual result

Empty screen

Steps to reproduce

Create Service instance (in my case Azure SQL). Create binding for it which will fail (I was able to reproduce it a few times so I can show it). Example binding status:

svcat describe binding mwtest-binding -n production      
  Name:        mwtest-binding
  Namespace:   production
  Status:      Failed - ServiceBroker returned failure; bind operation will not be retried: Status: 500; ErrorMessage: <nil>; Description: <nil>; ResponseError: <nil> @ 2018-08-30 15:47:43 +0000 UTC
  Secret:      mwtest-binding
  Instance:    mwtest

Troubleshooting

I checked chrome dev tools, and console shows as on attached screenshot.

image

mjasinski5 commented 6 years ago

Review: @mjasinski5