1
0
mirror of https://github.com/ko-build/ko.git synced 2025-11-06 09:19:12 +02:00

Update README with link to kind (#212)

There were no links to kind in the README prior to this PR
This commit is contained in:
steeling
2020-10-05 07:45:53 -07:00
committed by GitHub
parent 598e7a7644
commit 01820ce657

View File

@@ -303,7 +303,7 @@ preserved (see `--preserve-import-paths`).
## With `kind`
Likewise, you can use `ko` with `kind` to aid in rapid local iteration both
Likewise, you can use `ko` with [kind](https://github.com/kubernetes-sigs/kind) to aid in rapid local iteration both
locally and in small CI environments. To instruct `ko` to publish images into
your `kind` cluster, the `KO_DOCKER_REPO` variable must be set to `kind.local`.