-
Notifications
You must be signed in to change notification settings - Fork 23
Conversation
Signed-off-by: Adam Cattermole <[email protected]>
Signed-off-by: Adam Cattermole <[email protected]>
Signed-off-by: Adam Cattermole <[email protected]>
@@ -13,7 +13,7 @@ We will start with a hub cluster and 2 workload clusters and highlight the autom | |||
|
|||
## Initial Setup | |||
|
|||
In this walkthrough, we'll deploy test echo services across multiple clusters. If you followed the [Getting Started Guide](https://docs.kuadrant.io/getting-started/), you would have already set up a `MGC_ZONE_ROOT_DOMAIN` environment variable. For this tutorial, we'll derive a host from this domain for these echo services. | |||
In this walkthrough, we'll deploy test echo services across multiple clusters. If you followed the [Getting Started Guide](https://docs.kuadrant.io/getting-started/), you would have already set up a `KUADRANT_ZONE_ROOT_DOMAIN` environment variable. For this tutorial, we'll derive a host from this domain for these echo services. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this change but we will also need a commit to update them here https://github.com/Kuadrant/docs.kuadrant.io/pull/44/files
/hold |
@adam-cattermole I am going to rebase main against release-0.3 branch so want to wait until that is done before merging this change. We will pick this up in 0.4 |
/unhold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adam-cattermole, maleck13 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
To be able to re-use some of the functions in the quickstart script for kuadrant-operator I've tried to make them a little more generic:
dockerBinCmd
overridable by env var instead of set to mgcconfigureController
overridableKUADRANT_
instead ofMGC_