Skip to content

Commit 9c80381

Browse files
committed
ci: deploy multus in thick mode (#2628)
1 parent 2731e8e commit 9c80381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ GOLDFLAGS = "-w -s -extldflags '-z now' -X github.com/kubeovn/kube-ovn/versions.
1212

1313
CONTROL_PLANE_TAINTS = node-role.kubernetes.io/master node-role.kubernetes.io/control-plane
1414

15-
MULTUS_IMAGE = ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot
16-
MULTUS_YAML = https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/master/deployments/multus-daemonset.yml
15+
MULTUS_IMAGE = ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot-thick
16+
MULTUS_YAML = https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/master/deployments/multus-daemonset-thick.yml
1717

1818
CILIUM_VERSION = 1.12.7
1919
CILIUM_IMAGE_REPO = quay.io/cilium/cilium

0 commit comments

Comments
 (0)