Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Make some scripts more generic #731

Merged
merged 3 commits into from
Dec 18, 2023

Conversation

adam-cattermole
Copy link
Member

@adam-cattermole adam-cattermole commented Dec 14, 2023

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:

  • Made the network in dockerBinCmd overridable by env var instead of set to mgc
  • Made the namespace for configureController overridable
  • Renamed quite a few environment variables to KUADRANT_ instead of MGC_

@@ -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.
Copy link
Contributor

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

@maleck13
Copy link
Contributor

/hold

@maleck13
Copy link
Contributor

@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

@alexsnaps alexsnaps added this to the v0.3.0 milestone Dec 18, 2023
@maleck13
Copy link
Contributor

/unhold

Copy link
Contributor

@maleck13 maleck13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

Copy link
Contributor

openshift-ci bot commented Dec 18, 2023

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@maleck13
Copy link
Contributor

/lgtm

@maleck13 maleck13 added this pull request to the merge queue Dec 18, 2023
Merged via the queue into Kuadrant:main with commit c35e8fb Dec 18, 2023
9 of 11 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants