Skip to content

Commit

Permalink
Merge pull request #33 from Kuadrant/update-quick-start-to-release-br…
Browse files Browse the repository at this point in the history
…anch

Explain how to use a release branch
  • Loading branch information
openshift-ci[bot] authored Oct 25, 2023
2 parents 99cc1d8 + 3723a5c commit db95408
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,16 @@ Export environment variables with the keys listed below for your desired provide

>Alternatively, to set defaults, add the above environment variables to your `.zshrc` or `.bash_profile`.
### Set the release you want to use

export MGC_BRANCH=release-0.1

### Set Up Clusters and Multicluster Gateway Controller

Run the following:

```bash
curl https://raw.githubusercontent.com/kuadrant/multicluster-gateway-controller/main/hack/quickstart-setup.sh | bash
curl https://raw.githubusercontent.com/kuadrant/multicluster-gateway-controller/${MGC_BRANCH}/hack/quickstart-setup.sh | bash
```

### What's Next
Expand Down

0 comments on commit db95408

Please sign in to comment.