From 07b8fbda6b38a7cb5abec92627a234e755a8a59a Mon Sep 17 00:00:00 2001 From: "baikai.bk" Date: Mon, 20 Jul 2020 22:08:03 +0800 Subject: [PATCH 1/2] 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 From afceb36068ebf07f137cf17580ec971292e7c987 Mon Sep 17 00:00:00 2001 From: "baikai.bk" Date: Wed, 22 Jul 2020 15:08:29 +0800 Subject: [PATCH 2/2] 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