Skip to content

Commit

Permalink
Update the command to create a k3d cluster (#18729)
Browse files Browse the repository at this point in the history
* update the step on createing k3d cluster

* revert changes to the index file
  • Loading branch information
nataliasitko authored Jul 8, 2024
1 parent f06bbbc commit c71b3a0
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
k3d cluster create --k3s-arg '--tls-san=host.docker.internal@server:*'
kubectl create ns kyma-system
```

Expand Down

0 comments on commit c71b3a0

Please sign in to comment.