Skip to content

Commit 7c8b3c6

Browse files
authored
Switch multus-cni to non-thick (#309)
1 parent 6748bc7 commit 7c8b3c6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/deploy-multus-network.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ then
2020
git clone --depth 1 $MULTUS_GIT_URL -b v4.0.2 ./temp/multus-cni
2121

2222
# fix for dimensioning bug
23-
sed 's/memory: "50Mi"/memory: "100Mi"/g' temp/multus-cni/deployments/multus-daemonset-thick.yml -i
23+
# sed 's/memory: "50Mi"/memory: "100Mi"/g' temp/multus-cni/deployments/multus-daemonset-thick.yml -i
2424

2525
# Deploy Multus
26-
oc apply --filename ./temp/multus-cni/deployments/multus-daemonset-thick.yml
26+
# oc apply --filename ./temp/multus-cni/deployments/multus-daemonset-thick.yml
27+
oc apply --filename ./temp/multus-cni/deployments/multus-daemonset.yml
2728

2829
# Wait for all multus daemonset pods to be running
2930
oc rollout status daemonset kube-multus-ds -n kube-system --timeout="$TNF_DEPLOYMENT_TIMEOUT"

0 commit comments

Comments
 (0)