diff --git a/eks/create-fargate-python.yaml b/eks/create-fargate-python.yaml index f58cef5..83d385a 100644 --- a/eks/create-fargate-python.yaml +++ b/eks/create-fargate-python.yaml @@ -8,7 +8,7 @@ metadata: # region: The AWS region where your EKS cluster will be created. region: us-west-2 # version: The Kubernetes version to use for your EKS cluster. - version: "1.26" + version: "1.30" # The fargateProfiles section is for configuring Fargate profiles, which determine which pods run on Fargate when launched into specified namespaces. fargateProfiles: diff --git a/eks/create-mng-python.yaml b/eks/create-mng-python.yaml index ce2521a..09dcc28 100644 --- a/eks/create-mng-python.yaml +++ b/eks/create-mng-python.yaml @@ -9,7 +9,7 @@ metadata: # region: The AWS region where your EKS cluster will be created. region: us-west-2 # version: The Kubernetes version to use for your EKS cluster. - version: "1.26" + version: "1.30" # The IAM section is for managing IAM roles and service accounts for your cluster. iam: