Merge pull request #806 from rajatchopra/master
monitor CNI networks continuously
This commit is contained in:
commit
35eea14c66
1 changed files with 2 additions and 3 deletions
|
@ -54,9 +54,8 @@ func (plugin *cniNetworkPlugin) monitorNetDir() {
|
|||
}
|
||||
|
||||
if err = plugin.syncNetworkConfig(); err == nil {
|
||||
logrus.Debugf("CNI asynchronous setting succeeded")
|
||||
close(plugin.monitorNetDirChan)
|
||||
return
|
||||
logrus.Infof("CNI asynchronous setting succeeded")
|
||||
continue
|
||||
}
|
||||
|
||||
logrus.Errorf("CNI setting failed, continue monitoring: %v", err)
|
||||
|
|
Loading…
Reference in a new issue