Skip to content

Commit

Permalink
Update multus to v4.1.1 (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Sep 16, 2024
1 parent cf6d3d3 commit 9896eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-multus-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if $CERTSUITE_NON_OCP_CLUSTER; then
oc rollout status daemonset calico-node -n kube-system --timeout="$CERTSUITE_DEPLOYMENT_TIMEOUT"

rm -rf ./temp
git clone --depth 1 $MULTUS_GIT_URL -b v4.0.2 ./temp/multus-cni
git clone --depth 1 $MULTUS_GIT_URL -b v4.1.1 ./temp/multus-cni
oc apply --filename ./temp/multus-cni/deployments/multus-daemonset.yml

# Wait for all multus daemonset pods to be running
Expand Down

0 comments on commit 9896eaa

Please sign in to comment.