Skip to content

Commit

Permalink
move multicluster var to multicluster setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ehearneRedHat committed Jul 25, 2024
1 parent 535f818 commit 426a9c1
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 @@ -31,7 +31,8 @@ Quiet mode is useful for when you wish to run the script uninterrupted. Below ou
|---------|---------------|-------------|
| `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. |

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:

Expand Down

0 comments on commit 426a9c1

Please sign in to comment.