Skip to content

Commit

Permalink
Pin multus to 4.1.1
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
RamLavi committed Sep 17, 2024
1 parent b21b800 commit d8bfa18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/kind-common
Original file line number Diff line number Diff line change
Expand Up @@ -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" |\
Expand Down

0 comments on commit d8bfa18

Please sign in to comment.