eksctl-io/eksctl

[Help] eksctl does not support configuring maxPodsPerNode EKS-managed nodes based on AmazonLinux2023

kundkingan opened this issue · 3 comments

Trying to increase number of pods per node, but seems to be blocked by eksctl.
We are getting eksctl does not support configuring maxPodsPerNode EKS-managed nodes based on AmazonLinux2023.

How do we increase the max number of pods if its blocked by AmazonLinux2023?

Currently using t4g.medium instance

Hello kundkingan 👋 Thank you for opening an issue in eksctl project. The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website

@kundkingan are you using AmazonLinux2023 at all?

In our case we had been using AL2 (which is the default) and got the same error message as yours, with eksctl 0.189.0. After manually adding amiFamily: AmazonLinux2 to each nodegroups configuration, upgrade worked.

Hope that helps also on your side, if not, never mind.

@WalBeh Seems like we hade the wrong version of eksctl loacally...