Skip to content

Commit

Permalink
Update Kind dev tooling to 1.17.3
Browse files Browse the repository at this point in the history
Work on #1824
  • Loading branch information
markmandel committed Dec 8, 2020
1 parent d14ca89 commit 18a98c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/includes/kind.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kind-test-cluster: DOCKER_RUN_ARGS+=--network=host
kind-test-cluster: $(ensure-build-image)
@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.16.9 --wait 5m;\
kind create cluster --name $(KIND_PROFILE) --image kindest/node:v1.17.11 --wait 5m;\
fi

# deletes the kind agones cluster
Expand Down

0 comments on commit 18a98c1

Please sign in to comment.