Update cri-o/ocicni
fixes #180 Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
This commit is contained in:
5
vendor/github.com/cri-o/ocicni/ocicni.go
generated
vendored
5
vendor/github.com/cri-o/ocicni/ocicni.go
generated
vendored
@@ -55,9 +55,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)
|
||||
|
||||
Reference in New Issue
Block a user