From 51c736241f25c723fd48ad8ad609309f375c9f07 Mon Sep 17 00:00:00 2001 From: badra001 Date: Fri, 27 Oct 2023 09:10:08 -0400 Subject: [PATCH] ready README for edits --- .../1.25/{README.md.old => README.md} | 20 ++++++------------- 1 file changed, 6 insertions(+), 14 deletions(-) rename examples/full-cluster-tf-upgrade/1.25/{README.md.old => README.md} (96%) diff --git a/examples/full-cluster-tf-upgrade/1.25/README.md.old b/examples/full-cluster-tf-upgrade/1.25/README.md similarity index 96% rename from examples/full-cluster-tf-upgrade/1.25/README.md.old rename to examples/full-cluster-tf-upgrade/1.25/README.md index 67e8746..235d51f 100644 --- a/examples/full-cluster-tf-upgrade/1.25/README.md.old +++ b/examples/full-cluster-tf-upgrade/1.25/README.md @@ -1,8 +1,6 @@ -# EKS Full Cluster Example +# EKS Full Cluster Example 1.25 -This has been updated from 1.21 to 1.22 as the default EKS/K8s version. It is as simple as changing the version -in `settings.auto.tfvars`. Thanks to ADSD for the work on that. For a document on how to upgrade from 1.21 to -1.22, see [here](https://github.e.it.census.gov/terraform/cloud-information/blob/master/aws/documentation/containers/eks/upgrade-1.21-1.22.md) +This is for deploying an EKS cluster with 1.25. This came from 1.24, so it requires some modification. ## About @@ -110,7 +108,7 @@ Here is a sample file: ```hcl cluster_name = "org-project-env -cluster_version = "1.21" +cluster_version = "1.25" region = "us-gov-east-1" domain = "org-project-env.env.domain.census.gov" eks_instance_disk_size = 40 @@ -396,10 +394,6 @@ name mapping it back to your Census username (JBID). } ``` ------ -OLD LAB SETUP ------ - # Cluster Setup ## Download Configuration @@ -506,9 +500,7 @@ clusterrole.rbac.authorization.k8s.io/eks-console-dashboard-full-access-clusterr clusterrolebinding.rbac.authorization.k8s.io/eks-console-dashboard-full-access-binding created ``` - -# Details +# CHANGELOG - - - +- 1.0.0 -- 2023-10-27 + - setup for 1.25, ready for edits