Skip to content

Commit f446f79

Browse files
authored
Update btp-app-kyma-prepare-dev-environment.md
1 parent 9667b53 commit f446f79

1 file changed

Lines changed: 19 additions & 13 deletions

File tree

tutorials/btp-app-kyma-prepare-dev-environment/btp-app-kyma-prepare-dev-environment.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ primary_tag: software-product-function>sap-cloud-application-programming-model
2727
## Details
2828

2929
### You will learn
30-
- How to prepare your K... development environment
30+
- How to prepare your Kyma development environment
3131

3232

3333
---
@@ -64,7 +64,7 @@ You should see something like `Client Version: version.Info{Major:"1", Minor:"19
6464
[OPTION END]
6565
[OPTION BEGIN [Linux]]
6666

67-
Follow the instructions for your preferred way of installing `kubectl` at [Install and Set Up `kubectl` on Linux](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/).
67+
Follow the instructions for your preferred way of installing kubectl at [Install and Set Up kubectl on Linux](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/).
6868

6969
[OPTION END]
7070

@@ -78,6 +78,7 @@ Follow the instructions for your preferred way of installing `kubectl` at [Insta
7878
```Shell/Bash
7979
brew install int128/kubelogin/kubelogin
8080
```
81+
8182
Find more info and detailed instructions in [int128/`kubelogin`](https://github.com/int128/kubelogin#setup).
8283
[OPTION END]
8384
[OPTION BEGIN [Windows]]
@@ -89,6 +90,7 @@ choco install kubelogin
8990
```
9091

9192
Find more info and detailed instructions in [int128/`kubelogin`](https://github.com/int128/kubelogin#setup).
93+
9294
[OPTION END]
9395
[OPTION BEGIN [Linux]]
9496

@@ -104,7 +106,7 @@ Find more info and detailed instructions in [int128/`kubelogin`](https://github.
104106
[ACCORDION-END]
105107
---
106108
[ACCORDION-BEGIN [Step 3: ](Login to your Kyma cluster)]
107-
1. Choose **`KubeconfigURL`** under the **`Kyma Environment`** tab in your subaccount.
109+
1. Choose **KubeconfigURL** under the **Kyma Environment** tab in your subaccount.
108110

109111
!![Kubeconfig URL](kubeconfigURL.png)
110112

@@ -125,6 +127,7 @@ Find more info and detailed instructions in [int128/`kubelogin`](https://github.
125127
> mv $HOME/.kube/config-new $HOME/.kube/config
126128
> chmod 600 $HOME/.kube/config
127129
> ```
130+
128131
> In case you experience problems running the commands, check [Command Line Interpreters](btp-app-#command-line-interpreters) for more details on recommended CLIs.
129132
130133

@@ -158,9 +161,9 @@ Find more info and detailed instructions in [int128/`kubelogin`](https://github.
158161
[ACCORDION-END]
159162
---
160163
[ACCORDION-BEGIN [Step 5: ](Create container registry secret)]
161-
The container registry secret is needed to access docker container images in your registry from your K... cluster.
164+
The container registry secret is needed to access docker container images in your registry from your Kyma cluster.
162165
163-
Kubernetes has a special type of secret for container registries and its `kubectl` command line supports it with the required options:
166+
Kubernetes has a special type of secret for container registries and its kubectl command line supports it with the required options:
164167
165168
```Shell/Bash
166169
kubectl create secret docker-registry container-registry \
@@ -176,20 +179,21 @@ kubectl create secret docker-registry container-registry \
176179

177180
> Can't run the `kubectl create secret docker-registry container-registry \` command?
178181
179-
> * If you encounter any errors running this command, make sure you are using the `Git BASH` command line interpreter, as advised in `Step 2: Command Line Interpreters` in this [tutorial](btp-app-set-up-local-development).
182+
> * If you encounter any errors running this command, make sure you are using the `Git BASH` command line interpreter, as advised in Step 2: Command Line Interpreters in this [tutorial](btp-app-set-up-local-development).
180183
181184

182185
2. When prompted, provide the required details.
183186

184-
- ```Docker Server```: Use the full qualified hostname for the docker server.
185-
- ```User``` and ```Email``` - provide your username and e-mail that you used to create your container registry.
186-
- ```API Key``` - as part of the authentication settings of your container registry, you should be able to generate an API key to provide here.
187+
- `Docker Server`: Use the full qualified hostname for the docker server.
188+
- `User` and `Email` - provide your username and e-mail that you used to create your container registry.
189+
- `API Key` - as part of the authentication settings of your container registry, you should be able to generate an API key to provide here.
187190

188191
3. Check if the secret was successfully created:
189192

190193
```
191194
kubectl get secret
192195
```
196+
193197
You should be able to see the newly created secret.
194198
195199
![New Secret](new_secret.png)
@@ -218,10 +222,12 @@ You can install it using chocolatey.
218222
```Shell/Bash
219223
choco install kubernetes-helm
220224
```
225+
221226
2. Check if the installation is successful:
222227
```Shell/Bash
223228
helm version
224229
```
230+
225231
You should see something like `version.BuildInfo{Version:"v3.8.0", GitCommit:"d14138609b01886f544b2025f5000351c9eb092e", GitTreeState:"clean", GoVersion:"go1.17.5"}`.
226232

227233
[OPTION END]
@@ -249,9 +255,11 @@ Pack lets you build container images, which are collaboratively maintained makin
249255
Install the [pack CLI](https://buildpacks.io/docs/tools/pack/#install).
250256

251257
You can install it using chocolatey with the command:
258+
252259
```Shell/Bash
253260
choco install pack
254261
```
262+
255263
As an alternative, you can install `pack` manually:
256264

257265
1. Download `pack` for your platform from [GitHub](https://github.com/buildpacks/pack/releases).
@@ -272,7 +280,7 @@ Install the [pack CLI](https://buildpacks.io/docs/tools/pack/#install).
272280

273281
Follow the instructions to install the [pack CLI](https://buildpacks.io/docs/tools/pack/#install).
274282

275-
> in case you do not have helm (it is installed as part of rancher desktop) installed follow the [instructions](https://helm.sh/docs/intro/install/#through-package-managers) to install helm
283+
> In case you do not have Helm (it is installed as part of rancher desktop) installed follow the [instructions](https://helm.sh/docs/intro/install/#through-package-managers) to install helm
276284
277285

278286

@@ -283,7 +291,7 @@ Follow the instructions to install the [pack CLI](https://buildpacks.io/docs/too
283291
[ACCORDION-END]
284292
---
285293
[ACCORDION-BEGIN [Step 8: ](Docker)]
286-
K... runs on containers. Hence, for this tutorial, you'll need an application that enables you to build containerized applications and a docker-compatible command line interface. In the following we provide two examples - Docker Desktop and Rancher Desktop.
294+
Kyma runs on containers. Hence, for this tutorial, you'll need an application that enables you to build containerized applications and a docker-compatible command line interface. In the following we provide two examples - Docker Desktop and Rancher Desktop.
287295

288296
[DONE]
289297
[ACCORDION-END]
@@ -317,7 +325,6 @@ Here's how to install Docker Desktop:
317325

318326
Follow the instructions to install Rancher Desktop:
319327

320-
321328
1. Go to the [releases](https://github.com/rancher-sandbox/rancher-desktop/releases) page.
322329

323330
2. Download the Rancher Desktop installer for macOS.
@@ -351,7 +358,6 @@ Follow the instructions to install Rancher Desktop:
351358

352359
Follow the instructions to install Rancher Desktop:
353360

354-
355361
There are several different ways to install Rancher Desktop on Linux. You can find details about installation requirements and install/uninstall steps in [Linux](https://docs.rancherdesktop.io/getting-started/installation#linux).
356362

357363

0 commit comments

Comments
 (0)