diff --git a/contributors/devel/sig-node/e2e-node-tests.md b/contributors/devel/sig-node/e2e-node-tests.md index 48dabfe66..0e33c52e2 100644 --- a/contributors/devel/sig-node/e2e-node-tests.md +++ b/contributors/devel/sig-node/e2e-node-tests.md @@ -115,6 +115,14 @@ This is useful if you have an host instance running already and want to run the make test-e2e-node REMOTE=true HOSTS="" ``` +## Run tests against a different network and subnet (not the default) + +This is useful if you want to run tests on a non-default network and subnet. + +```sh +make test-e2e-node REMOTE=true NETWORK=" SUBNET="" +``` + ## Delete instance after tests run This is useful if you want recreate the instance for each test run to trigger flakes related to starting the instance. @@ -364,4 +372,4 @@ even if the number is zero. ``` $ kubectl get pod -A $ kubectl describe node - ``` \ No newline at end of file + ```