From 94bd703e63d5c56fd82030b495dce961e8e8efa8 Mon Sep 17 00:00:00 2001 From: Ram Lavi Date: Sun, 11 Aug 2024 08:28:37 +0300 Subject: [PATCH] primary-udn: Match NAD type to binary name the NAD type introduced to support primary UDN is using the binary deployed by passt-binding-cni ds to /opt/cni/bin folder on the node. therefor the type name should match the binary. Matching the binary name. Signed-off-by: Ram Lavi --- .../004-primary-udn-kubevirt-binding-networkattachdef.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/kubevirt-ipam-controller/004-primary-udn-kubevirt-binding-networkattachdef.yaml b/data/kubevirt-ipam-controller/004-primary-udn-kubevirt-binding-networkattachdef.yaml index 3a3738996..9b754f313 100644 --- a/data/kubevirt-ipam-controller/004-primary-udn-kubevirt-binding-networkattachdef.yaml +++ b/data/kubevirt-ipam-controller/004-primary-udn-kubevirt-binding-networkattachdef.yaml @@ -10,7 +10,7 @@ spec: "name": "primary-udn-kubevirt-binding", "plugins": [ { - "type": "cni-passt-binding-plugin" + "type": "network-passt-binding" } ] }'