mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Merge pull request #43546 from calebamiles/wip-bump-cni-ref
Automatic merge from submit-queue Bump CNI consumers to v0.5.1 **What this PR does / why we need it**: - vendored CNI plugins properly handle `DEL` on missing resources - update CNI version refs **Which issue this PR fixes** fixes #43488 **Release note**: `bumps CNI to version v0.5.1 where plugins properly handle DEL on non existent resources`
This commit is contained in:
@@ -111,8 +111,8 @@ function install-kube-binary-config {
|
||||
if [[ "${NETWORK_PROVIDER:-}" == "kubenet" ]] || \
|
||||
[[ "${NETWORK_PROVIDER:-}" == "cni" ]]; then
|
||||
#TODO(andyzheng0831): We should make the cni version number as a k8s env variable.
|
||||
local -r cni_tar="cni-07a8a28637e97b22eb8dfe710eeae1344f69d16e.tar.gz"
|
||||
local -r cni_sha1="19d49f7b2b99cd2493d5ae0ace896c64e289ccbb"
|
||||
local -r cni_tar="cni-0799f5732f2a11b329d9e3d51b9c8f2e3759f2ff.tar.gz"
|
||||
local -r cni_sha1="1d9788b0f5420e1a219aad2cb8681823fc515e7c"
|
||||
download-or-bust "${cni_sha1}" "https://storage.googleapis.com/kubernetes-release/network-plugins/${cni_tar}"
|
||||
local -r cni_dir="${KUBE_HOME}/cni"
|
||||
mkdir -p "${cni_dir}"
|
||||
|
||||
Reference in New Issue
Block a user