Commit e2c96db7 authored by Dan Williams's avatar Dan Williams

kubenet: make it more apparent that kubenet ignores PodCIDR updates

parent 5caf7199
...@@ -241,7 +241,7 @@ func (plugin *kubenetNetworkPlugin) Event(name string, details map[string]interf ...@@ -241,7 +241,7 @@ func (plugin *kubenetNetworkPlugin) Event(name string, details map[string]interf
} }
if plugin.netConfig != nil { if plugin.netConfig != nil {
glog.V(5).Infof("Ignoring subsequent pod CIDR update to %s", podCIDR) glog.Warningf("Ignoring subsequent pod CIDR update to %s", podCIDR)
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment