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 bd5bcca commit a81136cCopy full SHA for a81136c
hack/build-integration-kubernetes.sh
@@ -50,7 +50,8 @@ install::kubectl(){
50
local temp
51
temp="$(fs::mktemp "install")"
52
53
- http::get "$temp"/kubectl "https://storage.googleapis.com/kubernetes-release/release/$version/bin/linux/${GOARCH:-amd64}/kubectl"
+ http::get "$temp"/kubectl "https://dl.k8s.io/release/$version/bin/linux/${GOARCH:-amd64}/kubectl"
54
+
55
host::install "$temp"/kubectl
56
}
57
0 commit comments