Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
caribbeantiger committed Sep 11, 2023
1 parent 0146b7e commit a2cd395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/allocate/allocate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2cd395

Please sign in to comment.