Skip to content

Commit

Permalink
debug patch
Browse files Browse the repository at this point in the history
  • Loading branch information
caribbeantiger committed Sep 11, 2023
1 parent 1105a07 commit d4f6bf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/storage/kubernetes/ipam.go
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,8 @@ func IPManagementKubernetesUpdate(ctx context.Context, mode int, ipam *Kubernete
}

reservelist := pool.Allocations()
logging.Debugf("[CT] pool: %v", pool)
logging.Debugf("[CT] overlappingrangeallocations: %v", overlappingrangeallocations)
reservelist = append(reservelist, overlappingrangeallocations...)
var updatedreservelist []whereaboutstypes.IPReservation
switch mode {
Expand Down

0 comments on commit d4f6bf1

Please sign in to comment.