diff --git a/terragrunt/live/production/eu-west-1/clusters/demo/eks-addons-critical/terragrunt.hcl b/terragrunt/live/production/eu-west-1/clusters/demo/eks-addons-critical/terragrunt.hcl index ecb84664..1ef7deb4 100644 --- a/terragrunt/live/production/eu-west-1/clusters/demo/eks-addons-critical/terragrunt.hcl +++ b/terragrunt/live/production/eu-west-1/clusters/demo/eks-addons-critical/terragrunt.hcl @@ -103,7 +103,7 @@ inputs = { } velero = { - enabled = true + enabled = true extra_values = <<-EXTRA_VALUES nodeSelector: kubernetes.io/arch: amd64 diff --git a/terragrunt/live/production/eu-west-1/clusters/demo/eks/terragrunt.hcl b/terragrunt/live/production/eu-west-1/clusters/demo/eks/terragrunt.hcl index 616037bc..2e03f215 100644 --- a/terragrunt/live/production/eu-west-1/clusters/demo/eks/terragrunt.hcl +++ b/terragrunt/live/production/eu-west-1/clusters/demo/eks/terragrunt.hcl @@ -95,7 +95,7 @@ inputs = { } } - vpc_id = dependency.vpc.outputs.vpc_id + vpc_id = dependency.vpc.outputs.vpc_id control_plane_subnet_ids = dependency.vpc.outputs.intra_subnets enable_irsa = true diff --git a/terragrunt/live/production/eu-west-1/clusters/demo/vpc/terragrunt.hcl b/terragrunt/live/production/eu-west-1/clusters/demo/vpc/terragrunt.hcl index fbf5087c..7bd3b4ed 100644 --- a/terragrunt/live/production/eu-west-1/clusters/demo/vpc/terragrunt.hcl +++ b/terragrunt/live/production/eu-west-1/clusters/demo/vpc/terragrunt.hcl @@ -13,7 +13,7 @@ dependency "datasources" { } locals { - vpc_cidr = "10.42.0.0/16" + vpc_cidr = "10.42.0.0/16" } inputs = { @@ -68,12 +68,12 @@ inputs = { public_subnet_tags = { "kubernetes.io/cluster/${include.root.locals.full_name}" = "shared" - "kubernetes.io/role/elb" = "1" + "kubernetes.io/role/elb" = "1" } private_subnet_tags = { "kubernetes.io/cluster/${include.root.locals.full_name}" = "shared" - "kubernetes.io/role/internal-elb" = "1" + "kubernetes.io/role/internal-elb" = "1" } enable_flow_log = true diff --git a/tools/max-pods-calculator.sh b/tools/max-pods-calculator.sh index 643a9a22..ce2497de 100755 --- a/tools/max-pods-calculator.sh +++ b/tools/max-pods-calculator.sh @@ -161,4 +161,3 @@ if [ "$CPU_COUNT" -gt 30 ] ; then else echo $(min_number $MAX_POD_CEILING_FOR_LOW_CPU $max_pods) fi -