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:
Tomofumi Hayashi
2023-04-08 01:03:40 +09:00
parent 855e8bee45
commit c279938e21
10 changed files with 208 additions and 715 deletions

View File

@@ -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",