mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-17 23:11:18 +00:00
Merge pull request #1435 from thomasferrandiz/fix-config-error-msg
Add error message when the config is missing at startup
This commit is contained in:
@@ -61,6 +61,7 @@ func main() {
|
||||
|
||||
daemonConf, err := cniServerConfig(*configFilePath)
|
||||
if err != nil {
|
||||
logging.Panicf("startMultusDaemon failed to load the CNI server configuration: %v", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user