We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86152d8 commit 29aee45Copy full SHA for 29aee45
terraform/aws/curvenote/main.tf
@@ -35,7 +35,7 @@ module "binder-eks" {
35
source = "../binder-eks"
36
region = "us-east-2"
37
cluster_name = "binderhub"
38
- k8s_version = "1.27"
+ k8s_version = "1.28"
39
k8s_api_cidrs = ["0.0.0.0/0"]
40
number_azs = 1
41
instance_type_wg1 = "r6a.4xlarge"
0 commit comments