From 0d9ea484b99cea4984a755cb56b683e66e5814c4 Mon Sep 17 00:00:00 2001 From: Chuck Ha Date: Sat, 15 Jun 2019 09:03:58 -0400 Subject: [PATCH] fix readme Signed-off-by: Chuck Ha --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dd5b06..69d81b5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A sample is built and hosted at `gcr.io/kubernetes1-226021/capk-manager:latest` ### Building the binaries -Requires go 1.12? Probably less strict than that. +Requires go with go modules. * `go build ./cmd/...` * `go build ./cmd/` @@ -25,6 +25,12 @@ Requires a google cloud project Tested on: Linux, OS X +Requirements: `kind` and `kubectl` + +Install capkctl + +`go install ./cmd/capkctl` + Start a management kind cluster `capkctl setup`