From 8974bd4f240d05106ea8b26e5b95d5828b0f63a8 Mon Sep 17 00:00:00 2001 From: Ram Lavi Date: Tue, 17 Sep 2024 10:21:03 +0300 Subject: [PATCH] Pin multus to 4.1.1 This is needed in order to get net-attach-def client v1.7.3 [0] that can consume the UDN interfaces. [0] k8snetworkplumbingwg/multus-cni#1336 Signed-off-by: Ram Lavi --- contrib/kind-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/kind-common b/contrib/kind-common index 56d450d24e1..5316b1d8ea8 100644 --- a/contrib/kind-common +++ b/contrib/kind-common @@ -394,7 +394,7 @@ install_kubevirt_ipam_controller() { } install_multus() { - local version="v4.1.0" + local version="v4.1.1" echo "Installing multus-cni $version daemonset ..." wget -qO- "https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/${version}/deployments/multus-daemonset.yml" |\ sed -e "s|multus-cni:snapshot|multus-cni:${version}|g" |\