Skip to content

Commit

Permalink
update default to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 23, 2022
1 parent 31d3166 commit 2637607
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions examples/full-cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# EKS Full Cluster Example

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)

## About

There are a number of steps to end up with a cluster.

1. From main repository, in the same `vpc/{region}/vpc{number}` directory
Expand Down
2 changes: 1 addition & 1 deletion examples/full-cluster/settings.auto.tfvars.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cluster_name = "org-project-env"
cluster_version = "1.21"
cluster_version = "1.22"
region = "us-gov-east-1"
## domain = "org-project-env.env.domain.census.gov"
eks_instance_disk_size = 40
Expand Down

0 comments on commit 2637607

Please sign in to comment.