From afceb36068ebf07f137cf17580ec971292e7c987 Mon Sep 17 00:00:00 2001 From: "baikai.bk" Date: Wed, 22 Jul 2020 15:08:29 +0800 Subject: [PATCH] Change kustomize version. --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 4bfb81907..197d082f6 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -8,7 +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 +4. Kustomize version 3.8+ ## Build * Clone this project