Skip to content

Commit

Permalink
Update debugging.md (#411)
Browse files Browse the repository at this point in the history
deletekindcluster and createkindcluster both rely on a local pkg/operator/testbin/bin/kind which is built from the installkind step. Having kind installed in /usr/local/bin results in a file not found when running the e2e test sample
  • Loading branch information
nottagg authored Sep 23, 2022
1 parent ca20333 commit b3f4db8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/development/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ To test your local code you have 2 options: you can run the code in a local kind

First of all, you need to install `kustomize`. You can do it by running `make -C pkg/operator kustomize`.

Next, you need to install `kind`. You can do this by running `make installkind` in the main project folder

This command will run the e2e tests locally, and it won't delete the cluster after it's done, so you can either deploy more GameServerBuilds or check the ones used for the tests under the `e2e` namespace.

{% include code-block-start.md %}
Expand Down

0 comments on commit b3f4db8

Please sign in to comment.