cancel
Showing results for 
Search instead for 
Did you mean: 

How to connect to a SAP BTP service from Kyma environment

renejurmann
Participant
0 Kudos
575

Hi experts,

I'm following the learning journey "Delivering Side-by-Side Extensibility based on SAP BTP, Kyma runtime". On step "Setting Up a Service Instance and a Service Binding on the SAP BTP, Kyma Runtime" I should create a service instance for the credential store within the "Service Manager" of the Kyma dashboard. Unfortunately, there is no option "Service Manager" in my Kyma dashboard.

Moreover, if I try to create the service instance via below YAML file I get an error.

YAML file to create service instance:

apiVersion: services.cloud.sap.com/v1
kind: ServiceInstance
metadata:
  name: credential-store
  namespace: service-management
spec:
  serviceOfferingName: credstore
  servicePlanName: trial

Error on applying YAML file:

error: resource mapping not found for name: "credential-store" namespace: "service-management" from "credstore-instance.yaml": no matches for kind "ServiceInstance" in version "services.cloud.sap.com/v1"
ensure CRDs are installed first

Any ideas why I can't add BTP services to my Kyma runtime?

I'm using a BTP trial account.

regards

René

Accepted Solutions (1)

Accepted Solutions (1)

gabbi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Rene,

You would need to enable the BTP operator module.

Reference: https://help.sap.com/docs/btp/sap-business-technology-platform/kyma-modules

BR

Gaurav

renejurmann
Participant
0 Kudos

Hi Gaurav,

thanks, I now managed to add a BTP service by first following the instructions in GitHub and then relaunching the Kyma dashboard from the subaccount..

It would be good ig the prerequisite could be added to the tutorial (or the tutorial should directly be updated to use the current Kyma runtime version)

regards

René

Answers (0)