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
the value for allowed_spot_instance_types is used for regular instance types and really has nothing to do with spot instances. Should be renamed to allowed_instance_types
Also, in the documentation:
allowed_spot_instance_types | Allowed machine types for spot instances (must be same size) | any
-- | -- | --
Summary
the value for
allowed_spot_instance_types
is used for regular instance types and really has nothing to do with spot instances. Should be renamed toallowed_instance_types
Also, in the documentation:
But in the code at
terraform-aws-eks-jx/modules/cluster/main.tf
Line 81 in e342b9d
The text was updated successfully, but these errors were encountered: