on 2023 Sep 18 1:24 PM
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é
Request clarification before answering.
Hi Rene,
You would need to enable the BTP operator module.
Reference: https://help.sap.com/docs/btp/sap-business-technology-platform/kyma-modules
Gaurav
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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é
User | Count |
---|---|
59 | |
10 | |
8 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.