on 2023 Sep 27 10:26 AM
Hi everyone,
I'm trying to create a service instance on Kyma but I keep getting this error "ensure CRDs are installed first" and I've tried changing my api version several times but the error stays the same. Attached below is my Service Instance deployment file and the error I get.
---
### SERVICE INSTANCE CONFIGURATION ###
# Xsuaa instance
apiVersion: servicecatalog.k8s.io/v1beta1
kind: ServiceInstance
metadata:
name: xsuaa-authn
spec:
serviceOfferingName: xsuaa
servicePlanName: application
parameters:
xsappname: spring-security-hybrid-usage
tenant-mode: dedicated
oauth2-configuration:
credential-types:
- x509
scopes:
- name: "$XSAPPNAME.Read"
description: Read Permissions.
role-templates:
- name: Viewer
description: View Data
scope-references:
- "$XSAPPNAME.Read"
role-collections:
- name: XSUAA-Viewer
description: Viewer (read)
role-template-references:
- "$XSAPPNAME.Viewer"
---
apiVersion: servicecatalog.k8s.io/v1beta1
kind: ServiceBinding
metadata:
name: xsuaa-authn-binding
spec:
serviceInstanceName: xsuaa-authn
---
# IAS instance
apiVersion: servicecatalog.k8s.io/v1beta1
kind: ServiceInstance
metadata:
name: ias-authn
spec:
serviceOfferingName: identity
servicePlanName: application
parameters:
credential-type: "X509_GENERATED"
---
apiVersion: servicecatalog.k8s.io/v1beta1
kind: ServiceBinding
metadata:
name: ias-service-binding
spec:
serviceInstanceName: ias-authn
parameters:
credential-type: "X509_GENERATED"
---
Thanks in advance for any help.
Hi Hagar,
You need to use the update
apiVersion: services.cloud.sap.com/v1
Please refer to the sap BTP operator documentation
https://github.com/SAP/sap-btp-service-operator
BR
Gaurav
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Hagar,
Is the Kyma runtime recently provisioned?
You would need to enable the BTP operator module.
Reference: https://help.sap.com/docs/btp/sap-business-technology-platform/kyma-modules
BR
Gaurav
User | Count |
---|---|
66 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.