From 07b8fbda6b38a7cb5abec92627a234e755a8a59a Mon Sep 17 00:00:00 2001 From: "baikai.bk" Date: Mon, 20 Jul 2020 22:08:03 +0800 Subject: [PATCH] Add Prerequisites about kustomize. --- DEVELOPMENT.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index bc3debea2..4bfb81907 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -8,6 +8,7 @@ contributing to `RudrX` or build a PoC (Proof of Concept). 1. Golang version 1.12+ 2. Kubernetes version v1.15+ with `~/.kube/config` configured. 3. OAM Kubernetes Runtime installed. +4. Kustomize latest version installed ## Build * Clone this project