SAP-samples / kyma-runtime-extension-samples

This project contains sample applications for building extensions and microservices on SAP BTP, Kyma runtime.
https://kyma-project.io/
Apache License 2.0
173 stars 81 forks source link

Connectiivty service examples are outdated #506

Closed marcellourbani closed 8 months ago

marcellourbani commented 8 months ago

Several things seems to be out of date.

  1. If I try to apply the sample connectivity proxy I get an error like: resource mapping not found for name: "connectivity-proxy-binding" ...: no matches for kind "ServiceBinding" in version "services.cloud.sap.com/v1" ensure CRDs are installed first
  2. If I try to enable the connectivity service in BTP, the creation button is disabled: image a. the link is obsolete image b. the replacement doc talks about connecting kyma -> cloudfoundry, I'm trying to do kyma->on premises. Now, maybe I can do kyma->BTP service operator->connectivity on btp -> connection->destination->cloud connector->my server, but looks more like a joke than a solution

I'm clearly missing something here

Can you please help me getting some up to date example?

Thank you

jcawley5 commented 8 months ago

Maybe you do not have the BTP operator install as noted as a Prerequisites at

https://help.sap.com/docs/btp/sap-business-technology-platform/configure-sap-btp-connectivity-in-kyma-environment

Regards, Jamie

marcellourbani commented 8 months ago

I believe I do in my kyma namespace: image Added it to my own but didn't do much. Following the document I hit another bump as

I believe I found the missing CRD in a SAP repo on github, but I'm really out of my depth here

jcawley5 commented 8 months ago

You will need to install the module as indicated in the Prerequisites which points to

https://help.sap.com/docs/btp/sap-business-technology-platform/enable-and-disable-kyma-module#loio1b548e9ad4744b978b8b595288b0cb5c

marcellourbani commented 8 months ago

btp operator is installed. No idea what other module I need image ...and I just can't figure out which one is missing or its technical name.

Well, thanks for the help anyway

jcawley5 commented 8 months ago

You are just showing the list of modules, you will need to enable it.

marcellourbani commented 8 months ago

Thanks a lot. Didn't get it to work yet, but now I'm positive it's my own issue

marcellourbani commented 8 months ago

works now, thanks again