Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eks/create-fargate-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion eks/create-mng-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down