monitor CNI networks continuously
Signed-off-by: Rajat Chopra <rchopra@redhat.com>
This commit is contained in:
parent
3473e8afed
commit
1084ce691a
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