From b4014ba4aa0cee32c995ab24bb3b5bc6640022af Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Wed, 19 Aug 2020 09:37:44 +0100 Subject: [PATCH] Add kustomize step --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08259db..60309f2 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,21 @@ Todo: Only development instructions are available at this time -Get the pre-reqs: kubectl (`arkade get kubectl`) and [kustomize](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv3.5.4) +You can use the [arkade project](https://get-arkade.dev) to get CLIs the easy way, or find your way to the releases page of each application required. + +If you don't have a local Kubernetes cluster, you can create one with k3d, or KinD + +```bash +arkade get kind +kind create cluster +``` + +Get the pre-reqs: kubectl and kustomize + +```bash +arkade get kubectl +arkade get kustomize +``` Install with: