Skip to content

Commit

Permalink
Merge pull request #76 from chatwork/fix_readme
Browse files Browse the repository at this point in the history
fix README
  • Loading branch information
cw-sakamoto authored Jul 9, 2024
2 parents 4693f96 + 3cbc903 commit 76144af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ Also, this tool is not a plugin for SONOBUOY, but a original implementation.

# How to test locally

You need to start [kind](https://github.com/kubernetes-sigs/kind) in advance and apply ingress-nginx and cert-manager.
You need to install [kind](https://github.com/kubernetes-sigs/kind) and [cloud-provider-kind](https://github.com/kubernetes-sigs/cloud-provider-kind)in advance.

```
$ kind create cluster
$ make apply-cert-manager
$ make apply-ingress-nginx
$ make cloud-provider-kind
```

When executing `cloud-provider-kind` in test on a Mac, you are prompted to run `sudo`.

At the moment, not all target tests have been implemented.

# How to execute locallity
Expand Down

0 comments on commit 76144af

Please sign in to comment.