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.
2 parents 48f7e0f + 681d2a6 commit fd446dcCopy full SHA for fd446dc
Makefile
@@ -122,7 +122,7 @@ gen-proto:
122
## --------------------------------------
123
124
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
+ 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
126
127
easy-rsa: easy-rsa.tar.gz
128
tar xvf easy-rsa.tar.gz
0 commit comments