Skip to content

Commit

Permalink
ready README for edits
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Oct 27, 2023
1 parent 3c7103c commit 51c7362
Showing 1 changed file with 6 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -396,10 +394,6 @@ name mapping it back to your Census username (JBID).
}
```

-----
OLD LAB SETUP
-----

# Cluster Setup

## Download Configuration
Expand Down Expand Up @@ -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
```

<!-- No editing needed beyond this point -->
# Details
# CHANGELOG

<!-- BEGIN_TF_DOCS -->
<!-- {{ .Content }} -->
<!-- END_TF_DOCS -->
- 1.0.0 -- 2023-10-27
- setup for 1.25, ready for edits

0 comments on commit 51c7362

Please sign in to comment.