Skip to content

Commit

Permalink
Expand subnets for dev-ue2a-r6a-xl node group
Browse files Browse the repository at this point in the history
Expand subnets for `dev-ue2a-r6a-xl` as we were running out of IPs and
nodes were not getting scheduled.
  • Loading branch information
masih committed Jul 4, 2023
1 parent 6119217 commit e9c22e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/infrastructure/dev/us-east-2/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module "eks" {
max_size = 5
desired_size = 1
instance_types = ["r6a.xlarge"]
subnet_ids = [data.aws_subnet.ue2a2.id]
subnet_ids = [data.aws_subnet.ue2a1.id, data.aws_subnet.ue2a2.id, data.aws_subnet.ue2a3.id]
}
dev-ue2b-r6a-xl = {
min_size = 0
Expand Down

0 comments on commit e9c22e6

Please sign in to comment.