Skip to content

Commit e8d6ace

Browse files
committed
NVIDIA-616: Bump Multus CNI API version to 1.1.0
Required to support the CNI STATUS and GC verbs used by the DPU health check to report NetworkReady=false when the DPU lease expires. CNI 1.1.0 is backward compatible with 0.3.1; existing ADD/DEL/CHECK operations are unchanged. Upstream Multus fix merged: k8snetworkplumbingwg/multus-cni#1490. Jira: https://issues.redhat.com/browse/NVIDIA-616 Made-with: Cursor Signed-off-by: Igal Tsoiref <itsoiref@redhat.com>
1 parent de654fc commit e8d6ace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindata/network/multus/multus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ metadata:
134134
data:
135135
daemon-config.json: |
136136
{
137-
"cniVersion": "0.3.1",
137+
"cniVersion": "1.1.0",
138138
"chrootDir": "/hostroot",
139139
"logToStderr": true,
140140
"logLevel": "verbose",

0 commit comments

Comments
 (0)