From 73c9be5e2abe773aaed74049c4cc1fb762b99a2f Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Wed, 2 Apr 2025 13:22:26 -0700 Subject: [PATCH] eka-latest to use k8s 1.31 --- pipelines/main/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/main/pipeline.yml b/pipelines/main/pipeline.yml index afb35245c..0769d7977 100644 --- a/pipelines/main/pipeline.yml +++ b/pipelines/main/pipeline.yml @@ -2859,7 +2859,7 @@ jobs: file: pinniped-ci/pipelines/shared-tasks/deploy-eks-cluster/task.yml image: eks-deployer-image params: - KUBE_VERSION: "1.32" # See https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html + KUBE_VERSION: "1.31" # See https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html <<: *aws_account_params - task: pre-warm-cluster timeout: 10m