Skip to content

Commit 7a8d2d0

Browse files
committed
kyma 2.6 changes
1 parent dc9449b commit 7a8d2d0

6 files changed

Lines changed: 7 additions & 2 deletions

File tree

tutorials/cp-kyma-api-mssql-golang/cp-kyma-api-mssql-golang.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ You can find the resource definitions in the `k8s` folder. If you performed any
245245
246246
```Shell/Bash
247247
kubectl create namespace dev
248+
kubectl label namespaces dev istio-injection=enabled
248249
```
249250
> Namespaces separate objects inside a Kubernetes cluster. Choosing a different namespace will require adjustments to the provided samples.
250251

tutorials/cp-kyma-cap/cp-kyma-cap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ You can find the resource definitions in the `k8s` folder. If you performed any
239239
240240
```Shell/Bash
241241
kubectl create namespace dev
242+
kubectl label namespaces dev istio-injection=enabled
242243
```
243244
244245
> Namespaces separate objects inside a Kubernetes cluster. Choosing a different namespace will require adjustments to the provided samples.

tutorials/cp-kyma-frontend-ui5-mssql/cp-kyma-frontend-ui5-mssql.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ You can find the resource definitions in the `k8s` folder. If you performed any
123123
124124
```Shell/Bash
125125
kubectl create namespace dev
126+
kubectl label namespaces dev istio-injection=enabled
126127
```
128+
127129
> Namespaces separate objects inside a Kubernetes cluster. Choosing a different namespace will require adjustments to the provided samples.
128130
129131
2. Within the project, open the `k8s/configmap.yaml` file and adjust `API_URL` by replacing `<cluster domain>` to match the Kyma runtime cluster domain:

tutorials/cp-kyma-mocks/add-ns.png

23.3 KB
Loading

tutorials/cp-kyma-mocks/cp-kyma-mocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Kyma mock application contains lightweight substitutes for SAP applications
3636
3737
[ACCORDION-BEGIN [Step 2: ](Apply resources to Kyma runtime)]
3838
39-
1. Open the Kyma console and create the `dev` Namespace by choosing the menu option **Namespaces** and then choosing the option **Create Namespace**. Provide the name `dev`, and then choose **Create**.
39+
1. Open the Kyma console and create the `dev` Namespace by choosing the menu option **Namespaces** and then choosing the option **Create Namespace**. Provide the name `dev`, enable **Enable Sidecar Injection** and then choose **Create**.
4040
4141
![Add Namespace](add-ns.png)
4242

tutorials/cp-kyma-mssql-deployment/cp-kyma-mssql-deployment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,11 @@ You can find the resource definitions in the `k8s` folder. If you performed any
163163
164164
Run the following commands from the `database-mssql` directory using your CLI.
165165
166-
1. Start by creating the `dev` Namespace if it doesn't already exist:
166+
1. Start by creating the `dev` Namespace and enabling istio if it doesn't already exist:
167167
168168
```Shell/Bash
169169
kubectl create namespace dev
170+
kubectl label namespaces dev istio-injection=enabled
170171
```
171172
> Namespaces separate objects inside a Kubernetes cluster. Choosing a different namespace will require adjustments to the provided samples.
172173

0 commit comments

Comments
 (0)