We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2731e8e commit 9c80381Copy full SHA for 9c80381
Makefile
@@ -12,8 +12,8 @@ GOLDFLAGS = "-w -s -extldflags '-z now' -X github.com/kubeovn/kube-ovn/versions.
12
13
CONTROL_PLANE_TAINTS = node-role.kubernetes.io/master node-role.kubernetes.io/control-plane
14
15
-MULTUS_IMAGE = ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot
16
-MULTUS_YAML = https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/master/deployments/multus-daemonset.yml
+MULTUS_IMAGE = ghcr.io/k8snetworkplumbingwg/multus-cni:snapshot-thick
+MULTUS_YAML = https://raw.githubusercontent.com/k8snetworkplumbingwg/multus-cni/master/deployments/multus-daemonset-thick.yml
17
18
CILIUM_VERSION = 1.12.7
19
CILIUM_IMAGE_REPO = quay.io/cilium/cilium
0 commit comments