lyft / cni-ipvlan-vpc-k8s

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

Add ENI limits for all new instance types #54

Closed SerialVelocity closed 6 years ago

SerialVelocity commented 6 years ago

Copied from https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI with cg1.4xlarge and hi1.4xlarge manually added.

theatrus commented 6 years ago

@SerialVelocity I don't see cg1/hi1 in your PR? The rest looks good to me - thanks for keeping this in sync!

SerialVelocity commented 6 years ago

@theatrus What I meant was that the AWS docs don't list cg1/hi1 so I copied all of the instances from the docs, then added the two missing instance types back in.

theatrus commented 6 years ago

Got it! Thanks