We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 375fc00 + 9585024 commit 4f97101Copy full SHA for 4f97101
hack/ensure-kind.sh
@@ -43,7 +43,7 @@ verify_kind_version() {
43
if ! [ -d "${GOPATH_BIN}" ]; then
44
mkdir -p "${GOPATH_BIN}"
45
fi
46
- curl -sLo "${GOPATH_BIN}/kind" "https://github.com/kubernetes-sigs/kind/releases/download/${MINIMUM_KIND_VERSION}/kind-${goos}-${goarch}"
+ curl --retry 5 --retry-all-errors -sLo "${GOPATH_BIN}/kind" "https://github.com/kubernetes-sigs/kind/releases/download/${MINIMUM_KIND_VERSION}/kind-${goos}-${goarch}"
47
chmod +x "${GOPATH_BIN}/kind"
48
verify_gopath_bin
49
else
0 commit comments