From 27261d1d323baf9f202b1c7735778fea0cf78f78 Mon Sep 17 00:00:00 2001 From: yoavrotems Date: Tue, 3 Sep 2019 12:42:07 +0000 Subject: [PATCH] Change Kind version (#411) Something with the old version was crashing. now using the most recent one 1.15.3 is working. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 511a0ff..8e76483 100644 --- a/makefile +++ b/makefile @@ -42,7 +42,7 @@ ifndef HAS_KIND endif @if [ -z $$(kind get clusters | grep $(KIND_PROFILE)) ]; then\ echo "Could not find $(KIND_PROFILE) cluster. Creating...";\ - kind create cluster --name $(KIND_PROFILE) --image kindest/node:v1.11.3 --wait 5m;\ + kind create cluster --name $(KIND_PROFILE) --image kindest/node:v1.15.3 --wait 5m;\ fi # pushses the current dev version to the kind cluster.