Skip to content

Releases: lyft/cni-ipvlan-vpc-k8s

v0.3.1

14 Mar 17:53
Compare
Choose a tag to compare
  • Fix an issue with nil pointers when VPC peering connections are parsed.

v0.3.0

02 Feb 01:51
3c84c07
Compare
Choose a tag to compare

Fixes #23, #14, #22, #21

  • Add delayed GC support by running the -tool with a new registry-gc option and using deferred deallocation in the IPAM plugin.
  • Workaround bugs on some C5 and M5 class hardware with the AWS metadataservice
  • Support routing to VPC peers through the VPC IPvlan interface.

v0.2.1

03 Jan 16:24
945f303
Compare
Choose a tag to compare

Fix #15 - use the primary IP on newly made ENI adapters

v0.2.0

21 Dec 20:45
dbdced3
Compare
Choose a tag to compare
  • Fixes issues relating to Docker free-IP detection
  • No longer loses the source IP address when using kube-proxy based service IPs.

v0.1.8

14 Dec 18:35
9801299
Compare
Choose a tag to compare

This release includes a new tool flag to filter subnets when creating interfaces. This is useful to pre-warm a secondary interface when launching a new kubelet.

Syntax:

cni-ipvlan-vpc-k8s-tool new-interface --subnet_filter=tagKey=tagValue sg-12345678...

v0.1.7

09 Dec 01:52
Compare
Choose a tag to compare

Initial public release. This version is based on Lyft's internal version.