Skip to content
Snippets Groups Projects
Commit 27261d1d authored by yoavrotems's avatar yoavrotems Committed by Liz Rice
Browse files

Change Kind version (#411)

Something with the old version was crashing. now using the most recent one 1.15.3 is working.
parent 41e0ae77
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ ifndef HAS_KIND ...@@ -42,7 +42,7 @@ ifndef HAS_KIND
endif endif
@if [ -z $$(kind get clusters | grep $(KIND_PROFILE)) ]; then\ @if [ -z $$(kind get clusters | grep $(KIND_PROFILE)) ]; then\
echo "Could not find $(KIND_PROFILE) cluster. Creating...";\ 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 fi
# pushses the current dev version to the kind cluster. # pushses the current dev version to the kind cluster.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment