Skip to content

Commit

Permalink
Make vpc cni as master CNI in multus-daemonset-thick.yml
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
  • Loading branch information
raghs-aws authored and jdn5126 committed Mar 1, 2024
1 parent e57ec68 commit dc30f1c
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 dc30f1c

Please sign in to comment.