File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ These can be run automatically using `make e2e-test`.
10
10
Before any of the actual tests are run, the ` TestMain() ` function
11
11
in ` main_test.go ` performs the following set up steps:
12
12
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.
14
14
- Sideload the KNP agent and server images provided with ` -agent-image ` and ` -server-image ` into the cluster.
15
15
- Deploy the necessary RBAC and service templates for both the KNP agent and server (see ` renderAndApplyManifests ` ).
16
16
@@ -21,3 +21,9 @@ in `main_test.go` performs the following set up steps:
21
21
These tests deploy the KNP servers and agents to the previously created kind cluster.
22
22
After the deployments are up, the tests check that both the agent and server report
23
23
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.
You can’t perform that action at this time.
0 commit comments