Skip to content

Commit

Permalink
chore: switch to dl.k8s.io on the E2E tests
Browse files Browse the repository at this point in the history
Following this kubernetes/k8s.io#2396 we should
have moved away a long time ago, now this change happened and the E2E tests
are failing due to a wrong link to download the kubectl client.

Signed-off-by: Jonathan Gonzalez V. <[email protected]>
  • Loading branch information
sxd committed Oct 13, 2024
1 parent d20fb26 commit 5f8438a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/setup-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ install_kubectl() {

local binary="${bindir}/kubectl"

curl -sL "https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION#v}/bin/${OS}/${ARCH}/kubectl" -o "${binary}"
curl -sL "https://dl.k8s.io/release/release/v${KUBECTL_VERSION#v}/bin/${OS}/${ARCH}/kubectl" -o "${binary}"
chmod +x "${binary}"
}

Expand Down

0 comments on commit 5f8438a

Please sign in to comment.