clowdhaus / eks-reference-architecture

Reference EKS architectures using https://github.com/terraform-aws-modules/terraform-aws-eks
Apache License 2.0
100 stars 27 forks source link

Thanks for the hint regarding vpc-cni before nodes for proper prefix delegation #26

Closed trallnag closed 1 year ago

trallnag commented 1 year ago

Thanks for the hint regarding vpc-cni before nodes for proper prefix delegation

If you find that your nodes are not being created with the correct number of max pods (i.e. - for m5.large, if you are seeing a max pods of 29 instead of 110), most likely the vpc-cni was not configured before the EC2 instances.

bryantbiggs commented 1 year ago

I will be updating the EKS module this week to correct for this FYI