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
- K3d with installed Traefik, by default it's installed.
212
+
209
213
Install ingress resources by running:
210
214
211
215
```shell
@@ -214,14 +218,39 @@ Install ingress resources by running:
214
218
215
219
Then go to `localhost`
216
220
221
+
#### Connect to the k3d cluster where Busola is installed.
222
+
223
+
To be able to connect to the same K3d cluster where Busola is installed download kubeconfig and change cluster server address to `https://kubernetes.default.svc:443`.
224
+
225
+
Using shell:
226
+
Prepare name of your cluster and set `K3D_CLUSTER_NAME` shell environment variable with the name of the cluster then run:
227
+
228
+
```shell
229
+
k3d kubeconfig get ${K3D_CLUSTER_NAME}> k3d-kubeconfig.yaml
To install Istio needed resources, prepare `DOMAIN`and run:
235
+
Prerequisites:
236
+
237
+
- Sidecar Proxy injection enabled, see [Kyma Docs](https://kyma-project.io/#/istio/user/tutorials/01-40-enable-sidecar-injection?id=enable-istio-sidecar-proxy-injection), how to enable it.
238
+
- Api gateway module installed, see [Install docs](https://kyma-project.io/#/02-get-started/01-quick-install)
0 commit comments