Skip to content

Commit 01e3cce

Browse files
committed
Expand e2e readme
1 parent 5890ce6 commit 01e3cce

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

e2e/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ These can be run automatically using `make e2e-test`.
1010
Before any of the actual tests are run, the `TestMain()` function
1111
in `main_test.go` performs the following set up steps:
1212

13-
- Spin up a new kind cluster with the node image provided by the `-kind-image` flag.
13+
- Spin up a new kind cluster (4 control plane and 4 worker nodes) with the node image provided by the `-kind-image` flag.
1414
- Sideload the KNP agent and server images provided with `-agent-image` and `-server-image` into the cluster.
1515
- Deploy the necessary RBAC and service templates for both the KNP agent and server (see `renderAndApplyManifests`).
1616

@@ -21,3 +21,9 @@ in `main_test.go` performs the following set up steps:
2121
These tests deploy the KNP servers and agents to the previously created kind cluster.
2222
After the deployments are up, the tests check that both the agent and server report
2323
the correct number of connections on their metrics endpoints.
24+
25+
### `lease_count_test.go`
26+
27+
Similar to `static_count_test.go`, except using the new lease-based server counting
28+
system rather than passing the server count to the KNP server deployment as a CLI
29+
flag.

0 commit comments

Comments
 (0)