Skip to content

Commit

Permalink
add quiet mode to single cluster doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed Jul 25, 2024
1 parent edcfb8e commit 535f818
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/getting-started-single-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ 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` . |
| `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. |

If you want to make use of the Kuadrant `DNSPolicy` you should setup the following environmental variables depending on your DNS Provider:

### AWS
Expand Down

0 comments on commit 535f818

Please sign in to comment.