Skip to content

Commit

Permalink
[Worker] Update kubernetes version (#4173)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchhablani authored Sep 20, 2023
1 parent 862c928 commit 2be6474
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 @@ -1632,7 +1632,7 @@ def create_eks_cluster(challenge):
try:
response = client.create_cluster(
name=cluster_name,
version="1.22",
version="1.23",
roleArn=cluster_meta["EKS_CLUSTER_ROLE_ARN"],
resourcesVpcConfig={
"subnetIds": [
Expand Down

0 comments on commit 2be6474

Please sign in to comment.