Skip to content

Commit

Permalink
Make vpc cni as master CNI in multus-daemonset-thick.yml (#2828)
Browse files Browse the repository at this point in the history
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 <senthilx@amazon.com>
  • Loading branch information
raghs-aws and orsenthil committed Mar 2, 2024
1 parent 9263973 commit 8ca4e24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/multus/v4.0.2-eksbuild.1/multus-daemonset-thick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ca4e24

Please sign in to comment.