diff --git a/pkg/allocate/allocate.go b/pkg/allocate/allocate.go index b896c1f54..afb5d14c4 100644 --- a/pkg/allocate/allocate.go +++ b/pkg/allocate/allocate.go @@ -123,7 +123,7 @@ func IterateForAssignment(ipnet net.IPNet, rangeStart net.IP, rangeEnd net.IP, r if reserved[ip.String()] == podRef { logging.Debugf("Found existing reservation %v with matching podRef %s", ip.String(), podRef) } else { - continue; // IP is reserved without PodRef let ip-reconciler handle it. + continue; } } // If this IP is within the range of one of the excluded subnets, jump to the exluded subnet's broadcast address