lyft / cni-ipvlan-vpc-k8s

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

Add defaultRouteToVpc and extraContainerRoutes opt #55

Open mattmb opened 6 years ago

mattmb commented 6 years ago
mattmb commented 6 years ago

I need to do some more testing with this but I think it works for us. Opening this early for visibility. If you like it I'll update the docs etc.

Please excuse any poor style: I'm a bit of a Go newbie

mattmb commented 6 years ago

Looking at the open PRs this is kinda similar to https://github.com/lyft/cni-ipvlan-vpc-k8s/pull/48 but rather than pulling the routes we want from the VPC route table I'm just saying the default is everything goes there.