Skip to content

Commit

Permalink
update the step on createing k3d cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliasitko committed Jul 8, 2024
1 parent 1fb8d7c commit 34b6bac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/02-get-started/01-quick-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 34b6bac

Please sign in to comment.