Skip to content

Commit

Permalink
Fix kind capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
carreter committed Jul 29, 2024
1 parent bc020f4 commit 55f34f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# End-to-end tests for konnectivity-network-proxy running in a KinD cluster
# End-to-end tests for konnectivity-network-proxy running in a kind cluster

These e2e tests deploy the KNP agent and server to a local [KinD](https://kind.sigs.k8s.io/)
These e2e tests deploy the KNP agent and server to a local [kind](https://kind.sigs.k8s.io/)
cluster to verify their functionality.

These can be run automatically using `make e2e-test`.
Expand All @@ -10,14 +10,14 @@ These can be run automatically using `make e2e-test`.
Before any of the actual tests are run, the `TestMain()` function
in `main_test.go` performs the following set up steps:

- Spin up a new KinD cluster with the node image provided by the `-kind-image` flag.
- Spin up a new kind cluster with the node image provided by the `-kind-image` flag.
- Sideload the KNP agent and server images provided with `-agent-image` and `-server-image` into the cluster.
- Deploy the necessary RBAC and service templates for both the KNP agent and server (see `renderAndApplyManifests`).

## The tests

### `static_count_test.go`

These tests deploy the KNP servers and agents to the previously created KinD cluster.
These tests deploy the KNP servers and agents to the previously created kind cluster.
After the deployments are up, the tests check that both the agent and server report
the correct number of connections on their metrics endpoints.

0 comments on commit 55f34f6

Please sign in to comment.