mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-28 04:51:00 +00:00
Refactoring thick daemon config processing
to damonset config file, hence command line option parsing is no longer used. This change removes these parts. Fix #1058.
This commit is contained in:
@@ -112,11 +112,7 @@ data:
|
||||
{
|
||||
"chrootDir": "/hostroot",
|
||||
"confDir": "/host/etc/cni/net.d",
|
||||
"logToStderr": true,
|
||||
"logLevel": "verbose",
|
||||
"logFile": "/tmp/multus.log",
|
||||
"binDir": "/opt/cni/bin",
|
||||
"cniDir": "/var/lib/cni/multus",
|
||||
"socketDir": "/host/run/multus/",
|
||||
"cniVersion": "0.3.1",
|
||||
"cniConfigDir": "/host/etc/cni/net.d",
|
||||
|
Reference in New Issue
Block a user