Skip to content

Commit a81136c

Browse files
committed
Fix kubectl download url
Signed-off-by: apostasie <spam_blackhole@farcloser.world>
1 parent bd5bcca commit a81136c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/build-integration-kubernetes.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ install::kubectl(){
5050
local temp
5151
temp="$(fs::mktemp "install")"
5252

53-
http::get "$temp"/kubectl "https://storage.googleapis.com/kubernetes-release/release/$version/bin/linux/${GOARCH:-amd64}/kubectl"
53+
http::get "$temp"/kubectl "https://dl.k8s.io/release/$version/bin/linux/${GOARCH:-amd64}/kubectl"
54+
5455
host::install "$temp"/kubectl
5556
}
5657

0 commit comments

Comments
 (0)