From 77add9d29e93ef02bb7b20dda4cd1f443a3e32e9 Mon Sep 17 00:00:00 2001 From: Ilya Zuyev Date: Thu, 15 Apr 2021 13:19:49 -0700 Subject: [PATCH] debug options --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad34198cb9..10bb927cb3 100644 --- a/Makefile +++ b/Makefile @@ -693,7 +693,7 @@ upload-preloaded-images-tar: out/minikube out/upload-preload # Upload the preloa .PHONY: generate-preloaded-images-tar generate-preloaded-images-tar: out/minikube out/upload-preload # Upload the preloaded images for oldest supported, newest supported, and default kubernetes versions to GCS. - ./out/upload-preload --no-upload --force --limit 5 + ./out/upload-preload --no-upload --limit 16 ALL_ARCH = amd64 arm arm64 ppc64le s390x IMAGE = $(REGISTRY)/storage-provisioner