Skip to content

Commit

Permalink
Update create cluster command
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliasitko committed Jul 11, 2024
1 parent c71b3a0 commit 9a9dd13
Showing 1 changed file with 1 addition and 1 deletion.
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. To provision a k3d cluster, run:

```bash
k3d cluster create --k3s-arg '--tls-san=host.docker.internal@server:*'
k3d cluster create kyma --kubeconfig-switch-context -p 30080:80@loadbalancer -p 30443:443@loadbalancer --k3s-arg "--disable=traefik@server:0" --k3s-arg "--tls-san=host.docker.internal@server:*"
kubectl create ns kyma-system
```

Expand Down

0 comments on commit 9a9dd13

Please sign in to comment.