From 0fc9d4242a2d7cca9bfc5222751141374c478155 Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Tue, 7 May 2024 12:18:13 +0100 Subject: [PATCH] Sail default --- docs/getting-started-single-cluster.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started-single-cluster.md b/docs/getting-started-single-cluster.md index 37aa125f..4a3c056f 100644 --- a/docs/getting-started-single-cluster.md +++ b/docs/getting-started-single-cluster.md @@ -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 @@ -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