mirror of
https://github.com/k8snetworkplumbingwg/whereabouts.git
synced 2025-06-03 06:42:26 +00:00
Update devnotes
Signed-off-by: Benjamin Pickard <bpickard@redhat.com>
This commit is contained in:
parent
9ce8d77302
commit
88fa25fa6f
@ -3,7 +3,9 @@
|
||||
Run `go mod` with:
|
||||
|
||||
```
|
||||
go mod tidy
|
||||
go mod vendor
|
||||
go mod verify
|
||||
```
|
||||
|
||||
## Running with CNI's `docker-run.sh`
|
||||
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user