lyft / cni-ipvlan-vpc-k8s

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

Don't rely on the meta-data response if buggy #22

Closed theatrus closed 6 years ago

theatrus commented 6 years ago

m5 and c5 instances have a broken meta-data service response when there is more than one CIDR range in a VPC. On these instances, we will not use the meta-data response but instead query the DescribeVpcs AWS API output to determine which CIDRs are present.