Skip to content

Commit

Permalink
feat :: cluster version up
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Feb 25, 2024
1 parent 43b2290 commit 59ff19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eks.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
cluster_version = "1.27"
cluster_version = "1.28"
node_type = "t3a.medium"
capacity_type = "SPOT"
}
Expand All @@ -18,7 +18,7 @@ module "eksv2" {
public_subnets = module.vpc.public_subnet_ids
nodegroup_min_size = 1
nodegroup_max_size = 2
nodegroup_desired_size = 2
nodegroup_desired_size = 1

bootstrap_extra_args = "--use-max-pods false --kubelet-extra-args '--max-pods=110'"
pre_bootstrap_user_data = <<-EOT
Expand Down

0 comments on commit 59ff19e

Please sign in to comment.