kubenet: make it more apparent that kubenet ignores PodCIDR updates

https://github.com/kubernetes/kubernetes/issues/32900
pull/6/head
Dan Williams 2016-09-20 16:44:09 -05:00
parent 5caf7199ee
commit e2c96db72b
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ func (plugin *kubenetNetworkPlugin) Event(name string, details map[string]interf
}
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
}