-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maximum number of pods per instance type #691
Comments
Thanks for bringing this up. We've actually gone back and forth on what the right choice is here. #553 This will be pretty easy to add. |
This has now moved to https://github.com/aws/amazon-vpc-cni-k8s/blob/master/misc/eni-max-pods.txt You could try to calculate it, and the formula would be So best is to just look up in the table at https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/master/misc/eni-max-pods.txt This would be of great help, as right I can find the ideal Instance Types for my k8s, and when I want to use them, I get errors because I can't place all my pods on them. (we have many pods that require little CPU and RAM, and for a Dev Cluster we only need 3 Nodes..) There is also this script which is present on all managed nodes:
and can be found at: https://github.com/awslabs/amazon-eks-ami/blob/main/templates/al2/runtime/max-pods-calculator.sh example:
|
Although it's a number that can be calculated from existing data, would it be possible to add the information from this document: https://github.com/awslabs/amazon-eks-ami/blob/master/files/eni-max-pods.txt ?
Thanks!
The text was updated successfully, but these errors were encountered: