Skip to content

Commit

Permalink
Document usage of KIND_CLUSTER_NAME (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
markusthoemmes committed Oct 8, 2020
1 parent e780390 commit f527c9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,13 @@ This would look something like:
kind create cluster

# Deploy to kind w/o registry.
KO_DOCKER_REPO=kind.local ko apply -L -f config/
KO_DOCKER_REPO=kind.local ko apply -f config/
```

If you want to create a `kind` cluster with a non default name, you can set the
`KIND_CLUSTER_NAME` variable to the respective name (which is also supported by
[`kind` itself](https://github.com/kubernetes-sigs/kind/releases/tag/v0.8.0)).

Like with `minikube` above, a caveat of this approach is that it will not work
if your container is configured with `imagePullPolicy: Always` because despite
having the image locally, a pull is performed to ensure we have the latest
Expand Down

0 comments on commit f527c9b

Please sign in to comment.