Skip to content

Commit ba98312

Browse files
authored
Update btp-app-kyma-hana-cloud-setup.md
1 parent 0a409d1 commit ba98312

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tutorials/btp-app-kyma-hana-cloud-setup/btp-app-kyma-hana-cloud-setup.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ primary_tag: software-product-function>sap-cloud-application-programming-model
2020
- [Use a Local Launch Page](btp-app-launchpage)
2121
- [Implement Roles and Authorization Checks in CAP](btp-app-cap-roles)
2222
- [Prepare for SAP BTP Development](btp-app-kyma-prepare-btp)
23-
- [Prepare Your K... Development Environment](btp-app-kyma-prepare-dev-environment)
24-
- You have a HANA Cloud instance on Cloud Foundry in your SAP BTP subaccount. You can follow the steps in [Create an SAP HANA Cloud service instance](btp-app-hana-cloud-setup-#create-an-sap-hana-cloud-service-instance) to create one if you haven't already.
25-
- If you'd like to use an existing HANA Cloud instance from a different SAP BTP subaccount, follow the steps in [Use an existing SAP HANA Cloud service instance](btp-app-#use-an-existing-sap-hana-cloud-service-instance) to map the HANA Cloud instance to your Cloud Foundry space.
23+
- [Prepare Your Kyma Development Environment](btp-app-kyma-prepare-dev-environment)
24+
- You have a SAP HANA Cloud instance on Cloud Foundry in your SAP BTP subaccount. You can follow the steps in [Create an SAP HANA Cloud service instance](btp-app-hana-cloud-setup-#create-an-sap-hana-cloud-service-instance) to create one if you haven't already.
25+
- If you'd like to use an existing SAP HANA Cloud instance from a different SAP BTP subaccount, follow the steps in [Use an existing SAP HANA Cloud service instance](btp-app-#use-an-existing-sap-hana-cloud-service-instance) to map the HANA Cloud instance to your Cloud Foundry space.
2626

2727
## Details
2828
### You will learn
29-
- How to create an HDI container for a SAP HANA Cloud instance on Cloud Foundry and create credentials for the Cloud Foundry HANA cloud instance in your K... cluster.
29+
- How to create an HDI container for a SAP HANA Cloud instance on Cloud Foundry and create credentials for the SAP HANA Cloud instance in your Kyma cluster.
3030

3131

3232
---
3333

3434
[ACCORDION-BEGIN [Step 1: ](Overview)]
35-
Setting up a SAP HANA Cloud instance directly on K... is not possible. Hence, in this tutorial, we will setup a SAP HANA Cloud instance on Cloud Foundry (or use an existing one). Afterwards, we'll create an HDI container on Cloud Foundry and will use a script in the templates to create credentials for the Cloud Foundry SAP HANA Cloud instance in your K... cluster.
35+
Setting up a SAP HANA Cloud instance directly on Kyma is not possible. Hence, in this tutorial, we will setup a SAP HANA Cloud instance on Cloud Foundry (or use an existing one). Afterwards, we'll create an HDI container on Cloud Foundry and will use a script in the templates to create credentials for the Cloud Foundry SAP HANA Cloud instance in your Kyma cluster.
3636

3737
[DONE]
3838
[ACCORDION-END]
@@ -72,10 +72,10 @@ Setting up a SAP HANA Cloud instance directly on K... is not possible. Hence, in
7272
[ACCORDION-END]
7373
---
7474
[ACCORDION-BEGIN [Step 3: ](Setup HANA Cloud)]
75-
1. Make sure you're logged in both your Cloud Foundry space and your K... cluster.
75+
1. Make sure you're logged in both your Cloud Foundry space and your Kyma cluster.
7676
7777
- Cloud Foundry: run `cf login` and provide credentials. As an alternative, you can directly run `cf login --sso`. You'll have to follow a link to get a temporary authentication code that you can provide instead of manually entering credentials.
78-
- K...: you should be already logged in, if you've followed the instructions in [Login to your K... cluster](btp-app-#login-to-your-kyma-cluster). If you want to double check, run a simple command to see if you get any output. For example, if you run `kubectl get secret`, you should get an output similar to the one in Step 3 of [Create container registry secret](btp-app-#create-container-registry-secret).
78+
- K...: you should be already logged in, if you've followed the instructions in [Login to your Kyma cluster](btp-app-#login-to-your-kyma-cluster). If you want to double check, run a simple command to see if you get any output. For example, if you run `kubectl get secret`, you should get an output similar to the one in Step 3 of [Create container registry secret](btp-app-#create-container-registry-secret).
7979
8080
2. Copy the folder `scripts` from `templates/kyma-add-helm-chart` to your project root folder.
8181
@@ -87,7 +87,7 @@ Setting up a SAP HANA Cloud instance directly on K... is not possible. Hence, in
8787
8888
What happens here? The script completes several tasks:
8989
90-
- Creates a HDI container on your already existing SAP HANA database instance in your Cloud Foundry space. This is represented by a HANA service instance with plan `hdi-shared`. If you use the name `cpapp` for your project, then this service should be called `cpapp-db`.
90+
- Creates a HDI container on your already existing SAP HANA database instance in your Cloud Foundry space. This is represented by a SAP HANA service instance with plan `hdi-shared`. If you use the name `cpapp` for your project, then this service should be called `cpapp-db`.
9191
- Creates a service key (`cpapp-db-key` if your HDI container service is called `cpapp-bd`) on Cloud Foundry.
9292
- Creates a secret with the service key's credentials on your Kyma cluster.
9393

0 commit comments

Comments
 (0)