redhat-developer / vscode-openshift-tools

OpenShift extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=redhat.vscode-openshift-connector
MIT License
94 stars 60 forks source link

Can't bind service #4419

Open lgrossma opened 2 months ago

lgrossma commented 2 months ago

I have a cluster with a Service Binding Operator and EDB Postgres for Kubernetes. When I try to bind service to a component in the extension, I am getting error message saying "No bindable services are available".

https://github.com/user-attachments/assets/117e59c8-8dbc-4e61-8067-65747c9274c9

datho7561 commented 2 months ago

Do you have an instance of the service running?

i.e. in topology view, right click, then select "Operator Backed", then pick one of the items from the EDB Postgres Operator

(I'm going to spend a bit of time to test this myself)

lgrossma commented 2 months ago

I did not, that was the issue... My apologies. Although even if I manage to bind the service, I am missing some confirmation that the service was really bound, or something like that..