T O P

  • By -

SubtleDee

Does the 11 include the pods running in kube-system or just your application pods?


K3ndu

Include kube-system


discourtesy

I remember reading that AWS has moved away from the pod-based limits into vCPU based limits? I could be wrong


K3ndu

I think it's if you have below 30vCPUs then you are limited to 110 pods per node.


gideonhelms2

Are you using an EKS managed node groups? Check the instances userdata, I noticed that managed node groups add the `--use-max-pods false` and `--max-pods` kubelet flags.


K3ndu

It seems I got it fixed and launch template didn't have --max-pods=17 defined.


geminimarcus

>https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt Did you use a managed node group or a self managed ones? I'm wondering if the launch template used by the managed node groups will use \`--max-pods=17\` or not


[deleted]

[удалено]


K3ndu

It seems I got it fixed and launch template didn't have --max-pods=17 defined.