Skip to content

Commit

Permalink
[Backend] Update EKS cluster version to 1.29 (Cloud-CV#4376)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhThieu145 authored Jun 9, 2024
1 parent be3c597 commit da7e068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/challenges/aws_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@ def create_eks_cluster(challenge):
try:
response = client.create_cluster(
name=cluster_name,
version="1.23",
version="1.29",
roleArn=cluster_meta["EKS_CLUSTER_ROLE_ARN"],
resourcesVpcConfig={
"subnetIds": [
Expand Down

0 comments on commit da7e068

Please sign in to comment.