properly install kind

This commit is contained in:
Sergey Dudoladov 2020-08-31 17:58:46 +02:00
parent 4e82681991
commit 110a5447f6
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,9 @@ push: docker
tools:
# install pinned version of 'kind'
GO111MODULE=on go get sigs.k8s.io/kind@v0.8.1
# go get must run outside of a dir with a (module-based) Go project !
# otherwise go get updates project's dependencies and/or behaves differently
cd "/tmp" && GO111MODULE=on go get sigs.k8s.io/kind@v0.8.1
e2etest: tools copy clean
./run.sh