Skip to content

Commit 140ef24

Browse files
authored
Merge pull request #129272 from ameukam/automated-cherry-pick-of-#129095-upstream-release-1.29
Automated cherry pick of #129095: fetch cni plugins from GitHub releases
2 parents 6069f7a + 781ee6b commit 140ef24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e_node/remote/utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ func getCNIURL() string {
8080
if builder.IsTargetArchArm64() {
8181
cniArch = "arm64"
8282
}
83-
cniURL := fmt.Sprintf("https://storage.googleapis.com/k8s-artifacts-cni/release/%s/cni-plugins-linux-%s-%s.tgz", cniVersion, cniArch, cniVersion)
83+
cniURL := fmt.Sprintf("https://github.com/containernetworking/plugins/releases/download/%s/cni-plugins-linux-%s-%s.tgz", cniVersion, cniArch, cniVersion)
8484
return cniURL
8585

8686
}

0 commit comments

Comments
 (0)