Skip to content

Commit

Permalink
nit documentation fix in kind cluster section (#3770)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentefb committed Apr 17, 2024
1 parent 7f7e642 commit 4bb6731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ First, [install Kind](https://github.com/kubernetes-sigs/kind#installation-and-u

Next we will create the Agones Kind cluster. Run `make kind-test-cluster` to create the `agones` Kubernetes cluster.

This will also setup helm and a kubeconfig, the kubeconfig location can found using the following command `kind get kubeconfig-path --name=agones` assuming you're using the default `KIND_PROFILE`.
This will also setup helm and a kubeconfig, the kubeconfig location can found using the following command `kind get kubeconfig --name=agones` assuming you're using the default `KIND_PROFILE`.

You can verify that your new cluster information by running (if you don't have kubectl you can skip to the shell section):

Expand Down

0 comments on commit 4bb6731

Please sign in to comment.