Skip to content

Commit fd446dc

Browse files
authored
Merge pull request #492 from johntylerrupert/master
Fixed: use dl.k8s.io, not kubernetes-release bucket
2 parents 48f7e0f + 681d2a6 commit fd446dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ gen-proto:
122122
## --------------------------------------
123123

124124
easy-rsa.tar.gz:
125-
curl -L -o easy-rsa.tar.gz --connect-timeout 20 --retry 6 --retry-delay 2 https://storage.googleapis.com/kubernetes-release/easy-rsa/easy-rsa.tar.gz
125+
curl -L -o easy-rsa.tar.gz --connect-timeout 20 --retry 6 --retry-delay 2 https://dl.k8s.io/easy-rsa/easy-rsa.tar.gz
126126

127127
easy-rsa: easy-rsa.tar.gz
128128
tar xvf easy-rsa.tar.gz

0 commit comments

Comments
 (0)