Skip to content

Commit

Permalink
Add quiet mode info to multi cluster
Browse files Browse the repository at this point in the history
Signed-off-by: ehearneredhat <[email protected]>
  • Loading branch information
ehearneRedHat committed Jul 25, 2024
1 parent d0b85fb commit a948cd7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/getting-started-multi-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a948cd7

Please sign in to comment.