lyft / cni-ipvlan-vpc-k8s

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

Add support for pulling routes from subnet route table #48

Open PaulFurtado opened 6 years ago

PaulFurtado commented 6 years ago

Per the discussion in my comment on the VPC peering routes PR, this adds support for pulling routes from the routing table associated with the subnet of the ENI.

Note that I'm very new to Go, so definitely let me know if I'm doing anything weird or not meeting your style guidelines, I'm more than happy to make any changes. Thanks!

theatrus commented 6 years ago

Hi @PaulFurtado - I haven't had a chance to test this on our infrastructure yet - will report back on if we find any issues here.