diff --git a/docs/getting-started-multi-cluster.md b/docs/getting-started-multi-cluster.md index ceaddd12..d618662f 100644 --- a/docs/getting-started-multi-cluster.md +++ b/docs/getting-started-multi-cluster.md @@ -13,7 +13,13 @@ It can be used for adding 1 or more clusters to your local setup. ### Environmental Variables The same environment variable requirements from the [Single-cluster Quick Start](./getting-started-single-cluster.md) apply to this document, -including the `KUADRANT_REF` variable. +including the `KUADRANT_REF` variable. Read below for additional environmental variables that can be used with multicluster setup. + +### Quiet Mode (additional) + +| Env Var | Example Value | Description | +|---------|---------------|-------------| +| `MULTICLUSTER` | `true` | Runs quickstart uninterrupted in multicluster mode with DNS provider if `DNS_PROVIDER` and `KUADRANT_QUIET` are set; otherwise, runs without DNS provider if only `KUADRANT_QUIET` is set. Refer to [single cluster](getting-started-single-cluster.md) for information on these environmental variables . | ### Set Up a kind cluster and install Kuadrant diff --git a/docs/getting-started-single-cluster.md b/docs/getting-started-single-cluster.md index c0e96a68..fe13f889 100644 --- a/docs/getting-started-single-cluster.md +++ b/docs/getting-started-single-cluster.md @@ -22,6 +22,18 @@ In this quick start, we will cover: |------------------------------|-----------------------------|-------------------------------------------------------------------------------------------------------------| | `ISTIO_INSTALL_SAIL` | `true` | Whether to install istio through project sail, default `false` | + +### Quiet Mode + +Quiet mode is useful for when you wish to run the script uninterrupted. Below outlines the env vars needed to use quiet mode. These flags can be set alongside other env vars listed below to take advantage of their features: + +| Env Var | Example Value | Description | +|---------|---------------|-------------| +| `KUADRANT_QUIET` | `true` | Runs uninterrupted quickstart in single cluster mode with no DNS provider if set on its own .| +| `DNS_PROVIDER` | `true` | Runs uninterrupted quickstart in single cluster mode with DNS provider if set alongside `KUADRANT_QUIET` . | + +Additional env vars for quiet mode are available in [multicluster setup](getting-started-multi-cluster.md). + If you want to make use of the Kuadrant `DNSPolicy` you should setup the following environmental variables depending on your DNS Provider: ### AWS