k8snetworkplumbingwg / multus-cni

A CNI meta-plugin for multi-homed pods in Kubernetes
Apache License 2.0
2.27k stars 577 forks source link

CNI 1.1.0 support #1273

Open s1061123 opened 2 months ago

s1061123 commented 2 months ago

This PR support CNI SPEC 1.1.0, with new CNI commands, GC and STATUS.

coveralls commented 2 months ago

Coverage Status

coverage: 62.58% (-0.5%) from 63.116% when pulling 2bcc0fa0e97cb0fe883e731cb24b99354e23af20 on s1061123:cni110 into aff99fccc5fe3b21aec84bb56a6d1bbaf8ffc45b on k8snetworkplumbingwg:master.

s1061123 commented 1 month ago

Need to discuss: May need to disable GC for now because it may happens unexpected resource removal by GC (if same CNI plugin is used for both, cluster network and net-attach-def, it mihgt be happen)

s1061123 commented 1 month ago

Need to discuss: May need to disable GC for now because it may happens unexpected resource removal by GC (if same CNI plugin is used for both, cluster network and net-attach-def, it mihgt be happen)

Changed.

maiqueb commented 1 month ago

/cc