Skip to content

Commit 3f7c9b0

Browse files
committed
fix kubectl download url
1 parent 0f27125 commit 3f7c9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mtest/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export HOST1 HOST2 NODE1 NODE2 NODE3 NODE4 NODE5 NODE6 PLACEMAT GINKGO SUITE
3636
# non-configuration variables
3737
MANAGEMENT_ETCD_ARCHIVE := etcd-v$(MANAGEMENT_ETCD_VERSION)-linux-amd64.tar.gz
3838
VAULT_ARCHIVE := vault_$(VAULT_VERSION)_linux_amd64.zip
39-
KUBECTL_URL := https://storage.googleapis.com/kubernetes-release/release/v$(K8S_VERSION)/bin/linux/amd64/kubectl
39+
KUBECTL_URL := https://dl.k8s.io/v$(K8S_VERSION)/bin/linux/amd64/kubectl
4040
SSH_PRIVKEY = $(realpath ./mtest_key)
4141
OUTPUT := ./output
4242
DATA_DIR := $(abspath $(OUTPUT))/data

0 commit comments

Comments
 (0)