[test/e2e_node]Redirect dl.k8s.io to the kubernetes-release GCS bucket

This commit is contained in:
zouyee
2017-11-02 12:18:50 +08:00
parent b47e0f8399
commit 68c5ce19b8
6 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ const (
cniArch = "amd64"
cniDirectory = "cni/bin" // The CNI tarball places binaries under directory under "cni/bin".
cniConfDirectory = "cni/net.d"
cniURL = "https://storage.googleapis.com/kubernetes-release/network-plugins/cni-plugins-" + cniArch + "-" + cniVersion + ".tgz"
cniURL = "https://dl.k8s.io/network-plugins/cni-plugins-" + cniArch + "-" + cniVersion + ".tgz"
)
const cniConfig = `{