Skip to content

Commit

Permalink
Merge pull request #106 from Kuadrant/sail-default-dev
Browse files Browse the repository at this point in the history
Sail default
  • Loading branch information
openshift-merge-bot[bot] authored May 7, 2024
2 parents 5203cc3 + 0fc9d42 commit f9203f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/getting-started-single-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ If you want to make use of the Kuadrant `DNSPolicy` you should setup the followi

```bash
export KUADRANT_REF=main
export ISTIO_INSTALL_SAIL=true
```

### Set Up a kind cluster and install Kuadrant
Expand All @@ -59,7 +60,7 @@ Run the following:
```bash
curl "https://raw.githubusercontent.com/kuadrant/kuadrant-operator/${KUADRANT_REF}/hack/quickstart-setup.sh" | bash
```
This will setup a single kind cluster, install Istio and install Kuadrant. Once this completes you should be able to move on to using the various policy apis offered by Kuadrant. To use `project sail` to install istio, ensure you set the `ISTIO_INSTALL_SAIL=true` env var before executing the quick start.
This will setup a single kind cluster, install Istio and install Kuadrant. Once this completes you should be able to move on to using the various policy apis offered by Kuadrant.

### What's Next

Expand Down

0 comments on commit f9203f3

Please sign in to comment.