lyft / cni-ipvlan-vpc-k8s

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

Default IPBatchSize to 1 (previous behavior) #79

Closed lbernail closed 4 years ago

lbernail commented 4 years ago

Addresses #77 : when ipBatchSize is not set, default to 1 (explicitly using 0 will still allocate all possible IPs)

In addition, request ipBatchSize-1 IPs when creating a new interface (it will come a primary address)

cc @theatrus

theatrus commented 4 years ago

Thanks!

lbernail commented 4 years ago

Of course, thank you for approving this fast!