The service-catalog itself has very good checks in place to make sure a binding is ready to create: https://github.com/kubernetes-incubator/service-catalog/blob/master/pkg/controller/controller_binding.go#L206-L279.
So I think we should not try to duplicate it. Instead, we should show the current status of a binding (e.g. if a bind action is failed, show the status of it), and let users to try recreate a binding.
ping [~supittma] |
|