odo icon indicating copy to clipboard operation
odo copied to clipboard

`odo add binding` without SBO on the cluster

Open kadel opened this issue 2 years ago • 4 comments

/kind user-story

User Story

As an odo user, I want to be able to create binding using odo without requiring SBO on my cluster So that I can use odo binding even on the clusters where I can't install operators.

Acceptance Criteria

  • [ ] #6125
  • [ ] It should be possible to create ServiceBinding using odo create binding on a cluster without SBO installed
  • [ ] odo list binding should list bindings created by odo on clusters without SBO
  • [ ] odo delete binding should delete bindings created by odo on clusters without SBO
  • [ ] odo describe binding should show information (including binding information) about binding on clusters without SBO

/kind user-story

kadel avatar Jul 11 '22 15:07 kadel

Is the information exposed by BindableKinds available if SBO is not installed? Can Service Binding Library do that? /triage needs-information

valaparthvi avatar Sep 08 '22 13:09 valaparthvi

Are we sure about adding this feature for good? I'm asking because in v2 we added this feature, then in v3 we removed it initially, and now we are planning to add it again.

dharmit avatar Sep 08 '22 13:09 dharmit

Is the information exposed by BindableKinds available if SBO is not installed? Can Service Binding Library do that?

The Service Binding Library should be able to do that.

Are we sure about adding this feature for good? I'm asking because in v2 we added this feature, then in v3 we removed it initially, and now we are planning to add it again.

Yes, we are. In v2 the problem was the implementation that was not stable because the library itself was not stable. We need to work with SBO team to come up with better and more stable approach.

kadel avatar Sep 13 '22 12:09 kadel

We need to work with SBO team to come up with better and more stable approach.

Do you mean to do this after implementing this feature or before?

dharmit avatar Sep 15 '22 07:09 dharmit