Skip to content

Commit

Permalink
Update devnotes
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Pickard <bpickard@redhat.com>
  • Loading branch information
bpickard22 committed Jul 31, 2024
1 parent 9ce8d77 commit 88fa25f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/developer_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
Run `go mod` with:

```
go mod tidy
go mod vendor
go mod verify
```

## Running with CNI's `docker-run.sh`
Expand Down Expand Up @@ -66,3 +68,14 @@ spec:
EOF
```

## Using the scale script `/scripts/scale-test.sh`

1. This will not work unless you have a running cluster
A simple way to spin a cluster to use this with is by using
```
./hack/e2e-setup-kind-cluster -n 3
```
2. This script leverages the `whereaboutsScaleNAD` and `scaleTestDeployment` yamls in /yamls
3. To modify the number of pods spun by the script, change the replicas value in the `scaleTestDeployment` yaml


0 comments on commit 88fa25f

Please sign in to comment.