mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
kubenet: make it more apparent that kubenet ignores PodCIDR updates
https://github.com/kubernetes/kubernetes/issues/32900
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user