From b13677363fdd382ef57ed369a37824aa92a0a4ef Mon Sep 17 00:00:00 2001 From: Ryan Zhang Date: Tue, 20 Oct 2020 11:30:34 +0800 Subject: [PATCH] install CRD manually --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 29b1a3cb0..11148b04c 100644 --- a/Makefile +++ b/Makefile @@ -119,11 +119,13 @@ core-run: generate fmt vet manifests core-install: manifests kubectl apply -f charts/vela-core/crds/ kubectl apply -f charts/vela-core/templates/definitions/ + kubectl apply -f charts/third_party/prometheus # Uninstall CRDs and Definitions of Vela Core from a cluster, this is for develop convenient. core-uninstall: manifests kubectl delete -f charts/vela-core/crds/ kubectl delete -f charts/vela-core/templates/definitions/ + kubectl delete -f charts/third_party/prometheus # Generate manifests e.g. CRD, RBAC etc. manifests: controller-gen