Skip to content

Commit

Permalink
Improve dev environment deploy instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Oct 14, 2021
1 parent 27e997f commit bda2226
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions tools/stress-cluster/cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
Table of Contents

* [Layout](#layout)
* [Dependencies](#dependencies)
* [Layout](#layout) [Dependencies](#dependencies)
* [Deploying Cluster(s)](#deploying-clusters)
* [Dev Cluster](#dev-cluster)
* [Test Cluster](#test-cluster)
Expand Down Expand Up @@ -66,6 +64,18 @@ First, update the `./azure/parameters/dev.json` parameters file with the values
./provision.ps1 -env dev
```

To deploy stress test packages to the dev environment
(e.g. the [examples](https://github.com/Azure/bicep/tree/main/docs/examples)), pass in `-Environment dev` (see below).
The provision script will update the `./kubernetes/stress-test-addons/values.yaml` file with all the relevant
resource values from the newly provisioned dev environment that are required by the stress test common configuration.

Avoid checking in the updated dev values, they are for local use only.

```
# -Login only needs to be run once or if the azure container registry credentials have expired (~24 hours)
<tools repo>/eng/common/scripts/stress-testing/deploy-stress-tests.ps1 -Login -Environment dev
```

## Test Cluster

The test cluster is the main ad-hoc cluster made available to SDK developers and partners. Changes to this cluster
Expand Down

0 comments on commit bda2226

Please sign in to comment.