You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- How to prepare your K... development environment
30
+
- How to prepare your Kyma development environment
31
31
32
32
33
33
---
@@ -64,7 +64,7 @@ You should see something like `Client Version: version.Info{Major:"1", Minor:"19
64
64
[OPTION END]
65
65
[OPTION BEGIN [Linux]]
66
66
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/).
68
68
69
69
[OPTION END]
70
70
@@ -78,6 +78,7 @@ Follow the instructions for your preferred way of installing `kubectl` at [Insta
78
78
```Shell/Bash
79
79
brew install int128/kubelogin/kubelogin
80
80
```
81
+
81
82
Find more info and detailed instructions in [int128/`kubelogin`](https://github.com/int128/kubelogin#setup).
82
83
[OPTION END]
83
84
[OPTION BEGIN [Windows]]
@@ -89,6 +90,7 @@ choco install kubelogin
89
90
```
90
91
91
92
Find more info and detailed instructions in [int128/`kubelogin`](https://github.com/int128/kubelogin#setup).
93
+
92
94
[OPTION END]
93
95
[OPTION BEGIN [Linux]]
94
96
@@ -104,7 +106,7 @@ Find more info and detailed instructions in [int128/`kubelogin`](https://github.
104
106
[ACCORDION-END]
105
107
---
106
108
[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.
108
110
109
111
!
110
112
@@ -125,6 +127,7 @@ Find more info and detailed instructions in [int128/`kubelogin`](https://github.
125
127
> mv $HOME/.kube/config-new $HOME/.kube/config
126
128
> chmod 600 $HOME/.kube/config
127
129
> ```
130
+
128
131
> In case you experience problems running the commands, check [Command Line Interpreters](btp-app-#command-line-interpreters) for more details on recommended CLIs.
129
132
130
133
@@ -158,9 +161,9 @@ Find more info and detailed instructions in [int128/`kubelogin`](https://github.
> Can't run the `kubectl create secret docker-registry container-registry \` command?
178
181
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).
180
183
181
184
182
185
2. When prompted, provide the required details.
183
186
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.
187
190
188
191
3. Check if the secret was successfully created:
189
192
190
193
```
191
194
kubectl get secret
192
195
```
196
+
193
197
You should be able to see the newly created secret.
194
198
195
199

@@ -218,10 +222,12 @@ You can install it using chocolatey.
218
222
```Shell/Bash
219
223
choco install kubernetes-helm
220
224
```
225
+
221
226
2. Check if the installation is successful:
222
227
```Shell/Bash
223
228
helm version
224
229
```
230
+
225
231
You should see something like `version.BuildInfo{Version:"v3.8.0", GitCommit:"d14138609b01886f544b2025f5000351c9eb092e", GitTreeState:"clean", GoVersion:"go1.17.5"}`.
226
232
227
233
[OPTION END]
@@ -249,9 +255,11 @@ Pack lets you build container images, which are collaboratively maintained makin
249
255
Install the [pack CLI](https://buildpacks.io/docs/tools/pack/#install).
250
256
251
257
You can install it using chocolatey with the command:
258
+
252
259
```Shell/Bash
253
260
choco install pack
254
261
```
262
+
255
263
As an alternative, you can install `pack` manually:
256
264
257
265
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).
272
280
273
281
Follow the instructions to install the [pack CLI](https://buildpacks.io/docs/tools/pack/#install).
274
282
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
276
284
277
285
278
286
@@ -283,7 +291,7 @@ Follow the instructions to install the [pack CLI](https://buildpacks.io/docs/too
283
291
[ACCORDION-END]
284
292
---
285
293
[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.
287
295
288
296
[DONE]
289
297
[ACCORDION-END]
@@ -317,7 +325,6 @@ Here's how to install Docker Desktop:
317
325
318
326
Follow the instructions to install Rancher Desktop:
319
327
320
-
321
328
1. Go to the [releases](https://github.com/rancher-sandbox/rancher-desktop/releases) page.
322
329
323
330
2. Download the Rancher Desktop installer for macOS.
@@ -351,7 +358,6 @@ Follow the instructions to install Rancher Desktop:
351
358
352
359
Follow the instructions to install Rancher Desktop:
353
360
354
-
355
361
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).
0 commit comments