We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39117fc commit c96e810Copy full SHA for c96e810
scripts/deploy-multus-network.sh
@@ -15,7 +15,7 @@ if $CERTSUITE_NON_OCP_CLUSTER; then
15
oc rollout status daemonset calico-node -n kube-system --timeout="$CERTSUITE_DEPLOYMENT_TIMEOUT"
16
17
rm -rf ./temp
18
- git clone --depth 1 $MULTUS_GIT_URL -b v4.1.4 ./temp/multus-cni
+ git clone --depth 1 $MULTUS_GIT_URL -b v4.2.0 ./temp/multus-cni
19
oc apply --filename ./temp/multus-cni/deployments/multus-daemonset.yml
20
21
# Wait for all multus daemonset pods to be running
0 commit comments