diff --git a/docs/02-get-started/01-quick-install.md b/docs/02-get-started/01-quick-install.md index 3e0e9034f175..7265e09e8806 100644 --- a/docs/02-get-started/01-quick-install.md +++ b/docs/02-get-started/01-quick-install.md @@ -17,7 +17,7 @@ To get started with Kyma, let's quickly install it with specific modules first. 1. Provision a k3d cluster, run: ```bash - k3d cluster create + k3d cluster create --k3s-arg '--tls-san=host.docker.internal@server:*' kubectl create ns kyma-system ``` diff --git a/docs/index.html b/docs/index.html index d63db2acc13d..d37a60f2b930 100644 --- a/docs/index.html +++ b/docs/index.html @@ -44,10 +44,10 @@ '/keda-manager/(.*)': 'https://raw.githubusercontent.com/kyma-project/keda-manager/main/docs/$1', '/serverless-manager/(.*)': 'https://raw.githubusercontent.com/kyma-project/serverless/main/docs/$1', '/telemetry-manager/(.*)': 'https://raw.githubusercontent.com/kyma-project/telemetry-manager/main/docs/$1', - '/istio/(.*)': 'https://raw.githubusercontent.com/kyma-project/istio/main/docs/$1', + '/istio/(.*)': 'https://raw.githubusercontent.com/nataliasitko/istio/update-troublshooting-sidebar-and-readme/docs/$1', '/nats-manager/(.*)': 'https://raw.githubusercontent.com/kyma-project/nats-manager/main/docs/$1', '/eventing-manager/(.*)': 'https://raw.githubusercontent.com/kyma-project/eventing-manager/main/docs/$1', - '/api-gateway/(.*)': 'https://raw.githubusercontent.com/kyma-project/api-gateway/release-2.3/docs/$1', + '/api-gateway/(.*)': 'https://raw.githubusercontent.com/kyma-project/api-gateway/main/docs/$1', }, plugins: [ function (hook, vm) {