Skip to content

Commit 811c4a0

Browse files
Upgrading eks default version from 1.28 -> 1.33 (Not tested)
1 parent 2699467 commit 811c4a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ The following inputs can be used as `step.with` keys
479479
| `aws_eks_cluster_log_types` | String | Comma separated list of cluster log type. See [this AWS doc](https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html). Defaults to `api,audit,authenticator`. |
480480
| `aws_eks_cluster_log_retention_days` | String | Days to store logs. Defaults to `7`. |
481481
| `aws_eks_cluster_logs_skip_destroy` | Boolean | Skip deletion of cluster logs if set to true. Defaults to `false`. |
482-
| `aws_eks_cluster_version` | String | Specify the k8s cluster version. Defaults to `1.28` |
482+
| `aws_eks_cluster_version` | String | Specify the k8s cluster version. Defaults to `1.33` |
483483
| `aws_eks_instance_type` | String | Define the EC2 instance type. See [this list](https://aws.amazon.com/ec2/instance-types/) for reference. Defaults to `t3a.medium`. |
484484
| `aws_eks_instance_ami_id` | String | AWS AMI ID. Will default to the latest Amazon EKS Node image for the cluster version. |
485485
| `aws_eks_instance_user_data_file` | String | Relative path in the repo for a user provided script to be executed with the EC2 Instance creation. See note. |

operations/deployment/terraform/aws/aws_variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ variable "aws_eks_cluster_log_skip_destroy" {
16101610
variable "aws_eks_cluster_version" {
16111611
description = "enter the kubernetes version"
16121612
type = number
1613-
default = "1.28"
1613+
default = "1.33"
16141614
}
16151615

16161616
variable "aws_eks_instance_type" {

0 commit comments

Comments
 (0)