Skip to content

Commit 5e84f02

Browse files
authored
Make setup-kind more reliable. (#797)
Signed-off-by: Matt Moore <mattmoor@chainguard.dev>
1 parent e9290fa commit 5e84f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-kind/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ runs:
9797
sudo mkdir -p /tmp/etcd
9898
sudo mount -t tmpfs tmpfs /tmp/etcd
9999
100-
curl -Lo ./kind "https://github.com/kubernetes-sigs/kind/releases/download/v${{ inputs.kind-version }}/kind-$(uname)-amd64"
100+
curl -Lo ./kind --fail --retry 5 --retry-delay 3 --retry-connrefused "https://github.com/kubernetes-sigs/kind/releases/download/v${{ inputs.kind-version }}/kind-$(uname)-amd64"
101101
chmod +x ./kind
102102
sudo mv kind /usr/local/bin
103103

0 commit comments

Comments
 (0)