File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # End-to-end tests for konnectivity-network-proxy running in a KinD cluster
1
+ # End-to-end tests for konnectivity-network-proxy running in a kind cluster
2
2
3
- These e2e tests deploy the KNP agent and server to a local [ KinD ] ( https://kind.sigs.k8s.io/ )
3
+ These e2e tests deploy the KNP agent and server to a local [ kind ] ( https://kind.sigs.k8s.io/ )
4
4
cluster to verify their functionality.
5
5
6
6
These can be run automatically using ` make e2e-test ` .
@@ -10,14 +10,14 @@ 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 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
17
17
## The tests
18
18
19
19
### ` static_count_test.go `
20
20
21
- These tests deploy the KNP servers and agents to the previously created KinD cluster.
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.
You can’t perform that action at this time.
0 commit comments