Skip to content

Commit

Permalink
multus: Use thin version (#281)
Browse files Browse the repository at this point in the history
Calico support officialy only multus thin,
thick fails to create pods.
We don't need here thick so lets use thin meanwhile.

Signed-off-by: Or Shoval <[email protected]>
  • Loading branch information
oshoval authored Sep 29, 2023
1 parent 2753298 commit 4247a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ for node in $(./cluster/kubectl.sh get nodes --no-headers | awk '{print $1}'); d
done

echo 'Deploying multus'
./cluster/kubectl.sh apply -f https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/v4.0.1/deployments/multus-daemonset-thick.yml
./cluster/kubectl.sh apply -f https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/v4.0.1/deployments/multus-daemonset.yml
./cluster/kubectl.sh -n kube-system rollout status daemonset kube-multus-ds --timeout 300s

0 comments on commit 4247a3c

Please sign in to comment.