What happened:
files/eni-max-pods.txt file for c5.4xlarge instance has value 234 (same as for c5.9xlarge).
But max-pods-calculator.sh gives different result.
> ./max-pods-calculator.sh --instance-type c5.4xlarge --cni-version 1.11.4-eksbuild.1
110
Neighbour values seems to be correct:
c5.2xlarge has 58
c5.9xlarge has 234
What you expected to happen:
In files/eni-max-pods.txt c5.4xlarge instance most probably should have 110 (not 234).
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Is this file auto-generated or manually maintained by developers? how to properly fix this: just adjust the file or fix the code-generation script(if so, where's the script)?
What happened:
files/eni-max-pods.txtfile forc5.4xlargeinstance has value 234 (same as for c5.9xlarge).But max-pods-calculator.sh gives different result.
> ./max-pods-calculator.sh --instance-type c5.4xlarge --cni-version 1.11.4-eksbuild.1 110Neighbour values seems to be correct:
c5.2xlarge has 58
c5.9xlarge has 234
What you expected to happen:
In
files/eni-max-pods.txtc5.4xlargeinstance most probably should have 110 (not 234).How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Is this file auto-generated or manually maintained by developers? how to properly fix this: just adjust the file or fix the code-generation script(if so, where's the script)?