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
I tried to use the amazon-eks-nodegroup-with-spot.yaml to provision some EKS nodes. I entered all parameters correctly, but cluster creation fails with:
Encountered non numeric value for property VolumeSize
and
Encountered non numeric value for property MinSize
I quadruple-checked all values entered ARE indeed numeric.
What am I missing?
The text was updated successfully, but these errors were encountered:
Also, if you are using eksctl, starting from eksctl 1.35, mixed instance policies are supported as well, so you can do something like eksctl create nodegroup -f my_config.yml
Where the cluster config could look something like the following:
Finally if you are considering using EC2 Spot on EKS/K8s, I'd recommend taking a look at this blog post, were Ran, from our team does a good summary of things to consider.
On the back of this, I'll leave this issue open and we will review and update the reference materials in this repo!
I tried to use the
amazon-eks-nodegroup-with-spot.yaml
to provision some EKS nodes. I entered all parameters correctly, but cluster creation fails with:and
I quadruple-checked all values entered ARE indeed numeric.
What am I missing?
The text was updated successfully, but these errors were encountered: