File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments