lyft / cni-ipvlan-vpc-k8s

AWS VPC Kubernetes CNI driver using IPvlan
Apache License 2.0
360 stars 58 forks source link

registry: Record IPs as free at the epoch when allocating an interface #84

Closed theatrus closed 4 years ago

theatrus commented 4 years ago

Currently, they are timestamped at Now(), which means IPs allocated in batch are not available as "free" immediately, and much wait the 30s default dwell time.