Skip to content

Commit 1a13b42

Browse files
committed
Add readme changes
1 parent 75d199d commit 1a13b42

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ required env vars. `GKE_SVC_ACCOUNT` needs to be the name of a service account t
276276

277277
In order to run the tests in GCP, you need a few things:
278278

279-
- GKE router to allow egress traffic (used by upgrade tests for pulling images from Github)
279+
- GKE router to allow egress traffic (used by upgrade tests for pulling images from Github, and scale/reconfig tests for installing prometheus)
280280
- this assumes that your GKE cluster is using private nodes. If using public nodes, you don't need this.
281281
- GCP VM and firewall rule to send ingress traffic to GKE
282282

@@ -286,6 +286,12 @@ To just set up the VM with no router (this will not run the tests):
286286
make create-and-setup-vm
287287
```
288288

289+
To set up just the router:
290+
291+
```makefile
292+
make create-gke-router
293+
```
294+
289295
Otherwise, you can set up the VM, router, and run the tests with a single command. See the options below.
290296

291297
By default, the tests run using the version of NGF that was `git cloned` during the setup. If you want to make

0 commit comments

Comments
 (0)