Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin W Monroe <[email protected]>
  • Loading branch information
Maciej Golaszewski and kwmonroe committed Sep 9, 2024
1 parent 966c0c8 commit f313dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The integration/e2e tests have the following prerequisites:
* make sure to have ssh key in aws `capi`in `us-east-1 region` if you do not have key refer
to CAPI on [AWS prerequisites documentation](https://cluster-api-aws.sigs.k8s.io/topics/using-clusterawsadm-to-fulfill-prerequisites#ssh-key-pair)

* to run tests locally you will need to have on path fallowing programs `clusterctl`, `kubectl`, `helm`
* local testing requires the following to be available in the PATH: `clusterctl`, `kubectl`, `helm`

* a management cluster initialised via `clusterctl` with the infrastructure targeted as well as the version of the MicroK8s providers we want to be tested

Expand Down Expand Up @@ -68,7 +68,7 @@ kubectl apply -f bootstrap/bootstrap-components.yaml -f control-plane/control-pl
```
### Cluster definitions for e2e

Cluster definition are stored in [`manifests`](./cluster-manifests) directory.
Cluster definitions are stored in the [`manifests`](./cluster-manifests) directory.

#### Trigger the e2e tests

Expand Down

0 comments on commit f313dcc

Please sign in to comment.