Skip to content

Commit

Permalink
apply hits errors with large CRDs, due to size constrains
Browse files Browse the repository at this point in the history
  • Loading branch information
qu1queee committed Apr 3, 2023
1 parent 352a6f1 commit b4af55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ; \
Expand Down

0 comments on commit b4af55f

Please sign in to comment.