Skip to content

Commit

Permalink
fetch cni plugins from GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
upodroid authored and ameukam committed Dec 18, 2024
1 parent 4307657 commit 781ee6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_node/remote/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func getCNIURL() string {
if builder.IsTargetArchArm64() {
cniArch = "arm64"
}
cniURL := fmt.Sprintf("https://storage.googleapis.com/k8s-artifacts-cni/release/%s/cni-plugins-linux-%s-%s.tgz", cniVersion, cniArch, cniVersion)
cniURL := fmt.Sprintf("https://github.com/containernetworking/plugins/releases/download/%s/cni-plugins-linux-%s-%s.tgz", cniVersion, cniArch, cniVersion)
return cniURL

}
Expand Down

0 comments on commit 781ee6b

Please sign in to comment.