lyft / cni-ipvlan-vpc-k8s

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

Do not allocate a second IP on freshly minted interfaces #17

Closed theatrus closed 6 years ago

theatrus commented 6 years ago

Previously, we would create a second IP immediately instead of just using the previous IP address. This patch will use the initial IP address from a newly made interface if it is the only IP known to the system.

theatrus commented 6 years ago

Covers #15 ; still requires a conformance test run.