From 8ca4e24afeea0422f847ec42f53d3b22c5c1bc1b Mon Sep 17 00:00:00 2001 From: Raghvendra Singh <90425886+raghs-aws@users.noreply.github.com> Date: Sat, 2 Mar 2024 11:47:43 -0600 Subject: [PATCH] Make vpc cni as master CNI in multus-daemonset-thick.yml (#2828) Make vpc cni as master CNI in multus-daemonset-thick.yml, to avooid multus selecting any other cni as primary Co-authored-by: Senthil Kumaran --- config/multus/v4.0.2-eksbuild.1/multus-daemonset-thick.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/multus/v4.0.2-eksbuild.1/multus-daemonset-thick.yml b/config/multus/v4.0.2-eksbuild.1/multus-daemonset-thick.yml index 3c011a1e0a..180bf23a15 100644 --- a/config/multus/v4.0.2-eksbuild.1/multus-daemonset-thick.yml +++ b/config/multus/v4.0.2-eksbuild.1/multus-daemonset-thick.yml @@ -104,12 +104,14 @@ data: { "chrootDir": "/hostroot", "confDir": "/host/etc/cni/net.d", + "logFile": "/var/log/multus.log", "logLevel": "verbose", "socketDir": "/host/run/multus/", "cniVersion": "0.3.1", "cniConfigDir": "/host/etc/cni/net.d", "multusConfigFile": "auto", - "multusAutoconfigDir": "/host/etc/cni/net.d" + "multusAutoconfigDir": "/host/etc/cni/net.d", + "multusMasterCNI": "10-aws.conflist" } --- apiVersion: apps/v1