mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
change log to warn
This commit is contained in:
parent
db867c0c9d
commit
a359287a1b
@ -160,7 +160,7 @@ func (plugin *cniNetworkPlugin) Init(host network.Host, hairpinMode componentcon
|
|||||||
func (plugin *cniNetworkPlugin) syncNetworkConfig() {
|
func (plugin *cniNetworkPlugin) syncNetworkConfig() {
|
||||||
network, err := getDefaultCNINetwork(plugin.pluginDir, plugin.binDir, plugin.vendorCNIDirPrefix)
|
network, err := getDefaultCNINetwork(plugin.pluginDir, plugin.binDir, plugin.vendorCNIDirPrefix)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
glog.Errorf("error updating cni config: %s", err)
|
glog.Warningf("Unable to update cni config: %s", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
plugin.setDefaultNetwork(network)
|
plugin.setDefaultNetwork(network)
|
||||||
|
Loading…
Reference in New Issue
Block a user