mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
Use dl.k8s.io instead of kubernetes-release bucket
This commit is contained in:
@@ -26,7 +26,7 @@ if [ -n "$KIND_E2E" ]; then
|
|||||||
# If we did not set SKIP_INSTALL
|
# If we did not set SKIP_INSTALL
|
||||||
if [ -z "$SKIP_INSTALL" ]; then
|
if [ -z "$SKIP_INSTALL" ]; then
|
||||||
K8S_VERSION=${KUBERNETES_VERSION:-v1.27.0}
|
K8S_VERSION=${KUBERNETES_VERSION:-v1.27.0}
|
||||||
curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/${K8S_VERSION}/bin/linux/amd64/kubectl && chmod +x kubectl && mv kubectl /usr/local/bin/
|
curl -Lo kubectl https://dl.k8s.io/release/${K8S_VERSION}/bin/linux/amd64/kubectl && chmod +x kubectl && mv kubectl /usr/local/bin/
|
||||||
wget https://github.com/kubernetes-sigs/kind/releases/download/v0.18.0/kind-linux-amd64
|
wget https://github.com/kubernetes-sigs/kind/releases/download/v0.18.0/kind-linux-amd64
|
||||||
chmod +x kind-linux-amd64
|
chmod +x kind-linux-amd64
|
||||||
mv kind-linux-amd64 kind
|
mv kind-linux-amd64 kind
|
||||||
|
|||||||
Reference in New Issue
Block a user