You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why do you want this feature?
AWS has a special pricing feature for T-type instances called "T3 Unlimited". It allows T3 instances to use CPU cycles outside of their ECU limit (of course, for additional cost). Eksctl does not add this option to instance groups with T3 instances.
What feature/behavior/change do you want?
Eksctl should have a special option in instance group configuration (something like cpuCredits: "standard|unlimited"). If this option is specified and nodegroup's instance types include t3.*, a CpuCredits parameter should be added to LaunchTemplate
The text was updated successfully, but these errors were encountered:
Why do you want this feature?
AWS has a special pricing feature for T-type instances called "T3 Unlimited". It allows T3 instances to use CPU cycles outside of their ECU limit (of course, for additional cost). Eksctl does not add this option to instance groups with T3 instances.
What feature/behavior/change do you want?
Eksctl should have a special option in instance group configuration (something like
cpuCredits: "standard|unlimited"
). If this option is specified and nodegroup's instance types includet3.*
, aCpuCredits
parameter should be added to LaunchTemplateThe text was updated successfully, but these errors were encountered: