lyft / cni-ipvlan-vpc-k8s

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

Returns error when vpc-ipv4-cidr-blocks is empty #37

Closed chris-h-phillips closed 6 years ago

chris-h-phillips commented 6 years ago

Addresses #36

I can convince myself that the metadata api wouldn't return a partial list of cidr ranges for a vpc.

lbernail commented 6 years ago

@polarbizzle we faced this issue this week when running workloads on non c5/m5 instances for the first time It was really nice to see it already patched upstream. Thanks!