From b4af55fe61d315c00ac6f50bb59f6eb641029c7e Mon Sep 17 00:00:00 2001 From: encalada Date: Mon, 13 Mar 2023 21:00:33 +0100 Subject: [PATCH] apply hits errors with large CRDs, due to size constrains --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 926d4b8d38..19c232ab6c 100644 --- a/Makefile +++ b/Makefile @@ -230,7 +230,7 @@ install-with-pprof: GOOS=$(GO_OS) GOARCH=$(GO_ARCH) GOFLAGS="$(GO_FLAGS) -tags=pprof_enabled" ko apply -R -f deploy/ install-apis: - kubectl apply -f deploy/crds/ + kubectl create -f deploy/crds/ for i in 1 2 3 ; do \ kubectl wait --timeout=$(TIMEOUT) --for="condition=Established" crd/clusterbuildstrategies.shipwright.io && \ break ; \