Skip to content

Commit 55f34f6

Browse files
committed
Fix kind capitalization
1 parent bc020f4 commit 55f34f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

e2e/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
22

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/)
44
cluster to verify their functionality.
55

66
These can be run automatically using `make e2e-test`.
@@ -10,14 +10,14 @@ 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 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

1717
## The tests
1818

1919
### `static_count_test.go`
2020

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.
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.

0 commit comments

Comments
 (0)