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
NOTE: my goal is to prevent t2/t3 spot instances to generate additional CPUCredits (the default seems to be "unlimited")
NOTE2: it does not matter if the nodegroup exists or not (tested by changing the name)
NOTE3: cpuCredits does not work for managedNodeGroups (error unmarshaling JSON: while decoding JSON: json: unknown field "cpuCredits")
NOTE4: I upgraded my Cluster from 1.16 to 1.17 today via the AWS EKS control plane
Should this feature already work in eksctl 0.24.0-rc.1 with AWS Kubernetes? I'm getting the following error
Error: cpuCredits option set for nodegroup, but it has no t2/t3 instance types
when executing
eksctl create nodegroup -f ./kubernetes/EKS/eksctl-nodegroups.yaml
with the following content for ./kubernetes/EKS/eksctl-nodegroups.yaml:
NOTE: my goal is to prevent t2/t3 spot instances to generate additional CPUCredits (the default seems to be "unlimited")
NOTE2: it does not matter if the nodegroup exists or not (tested by changing the name)
NOTE3:
cpuCredits
does not work for managedNodeGroups (error unmarshaling JSON: while decoding JSON: json: unknown field "cpuCredits"
)NOTE4: I upgraded my Cluster from 1.16 to 1.17 today via the AWS EKS control plane
Originally posted by @joergrech in #2391 (comment)
Only affects
rc
.The text was updated successfully, but these errors were encountered: