mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 08:55:55 -04:00
Merge pull request #129285 from ameukam/automated-cherry-pick-of-#129095-upstream-release-1.31
Automated cherry pick of #129095: fetch cni plugins from GitHub releases
This commit is contained in:
commit
5ac4d36d67
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue