Skip to content

Commit 5676802

Browse files
committed
DO NOT MERGE: get kind fix for Kubernetes master image building
1 parent 4b2c735 commit 5676802

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.prow.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ CSI_PROW_HOSTPATH_DRIVER_NAME="hostpath.csi.k8s.io"
1212

1313
CSI_PROW_TESTS_SANITY="sanity"
1414

15+
CSI_PROW_KIND_VERSION="b756a8488f9de73b549e985d59f1f380150170e9"
16+
1517
. release-tools/prow.sh
1618

1719
main

release-tools/prow.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ install_kind () {
380380
chmod u+x "${CSI_PROW_WORK}/bin/kind"
381381
else
382382
git_checkout https://github.com/kubernetes-sigs/kind "$GOPATH/src/sigs.k8s.io/kind" "${CSI_PROW_KIND_VERSION}" --depth=1 &&
383-
run_with_go "${CSI_PROW_GO_VERSION_KIND}" go build -o "${CSI_PROW_WORK}/bin/kind" sigs.k8s.io/kind
383+
run_with_go "${CSI_PROW_GO_VERSION_KIND}" env GO111MODULE=on go build -o "${CSI_PROW_WORK}/bin/kind" sigs.k8s.io/kind
384384
fi
385385
}
386386

0 commit comments

Comments
 (0)