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.
1 parent 393485e commit 9585024Copy full SHA for 9585024
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