lyft / cni-ipvlan-vpc-k8s

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

Added extra routing CIDR option in IPAM plugin #68

Closed nmiculinic closed 3 years ago

nmiculinic commented 5 years ago

This solves #67

The issue was within the pod there was no route for the subnet outside VPC, but within AWS routing table associated with the subnet. Thus the pod had no idea how to route it and made a mess.

Maybe the better option would be to ask the AWS API for the subnet routing table and learn the needed routes from there, though this is a quick fix for my use case.

theatrus commented 4 years ago

@nmiculinic Sorry for the long delay on this, can you quickly fix the Gopkg commit (we're on go modules now) and we should be good to go here.