EC2 T4g.medium with Bootlerocket OS with wrong max pods

0

Following the https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt the t4g.medium supports 17 Pods, but on EKS using a t4g.medium with Bootlerocket AMI is enabling only 8 Pods (that is the limit of t4g.small).

Did anyone more take this issue?

  • only for example, others references that puts this vale in question:

    m6g.medium 8 t3a.medium 17

    but if the documment says that is 17 for t4g.medium and is only enabling 8 I think that something is wrong.

  • For some reason I redo the creating of a nodegroup using t4g.medium and now it enables 17 Pods.

profile picture
asked 2 years ago180 views
1 Answer
0

Hello. Check IAM Roles, Security Rules and verify the Kubernetes and container runtime versions are the recommended for your EKS version. Older versions may enforce lower limits.

profile picture
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions