From 01820ce657e70940bb23dc982879f57bf1cb65d5 Mon Sep 17 00:00:00 2001 From: steeling Date: Mon, 5 Oct 2020 07:45:53 -0700 Subject: [PATCH] Update README with link to kind (#212) There were no links to kind in the README prior to this PR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35ebe36d96..cf806779e5 100644 --- a/README.md +++ b/README.md @@ -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`.