From 3101e6382639d9acec3cc73eef0fcbca38e7cfd9 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 3 Jan 2025 12:08:13 -0500 Subject: [PATCH] update readme --- examples/full-cluster-tf-upgrade/1.31/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/full-cluster-tf-upgrade/1.31/README.md b/examples/full-cluster-tf-upgrade/1.31/README.md index a4f9836..9130c13 100644 --- a/examples/full-cluster-tf-upgrade/1.31/README.md +++ b/examples/full-cluster-tf-upgrade/1.31/README.md @@ -52,7 +52,7 @@ private_subnets = [ ``` We add the tag `"kubernetes.io/cluster/{cluster_name}" = "shared"` in order for the node groups to pick up the -cluster subnets. This is on the new `container` ubnet. +cluster subnets. This is on the new `container` subnet. For creating a service which uses load balancers (ELB, ALB, or NLB), the last tag listed here is needed `"kubernetes.io/role/internal-elb" = 1`. This is only one tag for all EKS, not one per cluster, and it should apply @@ -75,7 +75,7 @@ Here is a sample file: ```hcl cluster_name = "org-project-env" -cluster_version = "1.28" +cluster_version = "1.31" region = "us-gov-east-1" domain = "org-project-env.env.domain.census.gov" contact_email = "org-project-env-group-mailing-list@census.gov"