Skip to content

Commit

Permalink
Remove 2xl instance types from arm worker node group
Browse files Browse the repository at this point in the history
  • Loading branch information
samsimpson1 committed Jan 24, 2025
1 parent 75f5c75 commit 3e8f0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/deployments/cluster-infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ variable "enable_arm_workers" {
variable "arm_workers_instance_types" {
type = list(string)
description = "List of ARM-based instance types for the managed node group, in order of preference. The second and subsequent preferences are only relevant when using spot instances."
default = ["m7g.4xlarge", "m6g.4xlarge", "m7g.2xlarge", "m6g.2xlarge"]
default = ["m7g.4xlarge", "m6g.4xlarge"]
}

variable "arm_workers_default_capacity_type" {
Expand Down

0 comments on commit 3e8f0a8

Please sign in to comment.