Skip to content

Commit

Permalink
Add 'cniConfigDir' to specify config dir
Browse files Browse the repository at this point in the history
Fix #1126
  • Loading branch information
s1061123 committed Aug 31, 2023
1 parent 3a95111 commit f6afc79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployments/multus-daemonset-thick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ data:
"cniVersion": "0.3.1",
"logLevel": "verbose",
"logToStderr": true,
"cniConfigDir": "/host/etc/cni/net.d",
"multusAutoconfigDir": "/host/etc/cni/net.d",
"multusConfigFile": "auto",
"socketDir": "/host/run/multus/"
Expand Down

0 comments on commit f6afc79

Please sign in to comment.