Skip to content

Commit

Permalink
Bump K8s version to 1.31 in EKS CI script
Browse files Browse the repository at this point in the history
This change is to bump up the EKS version to 1.31 in the CI script.

Signed-off-by: Wenying Dong <wenyingd@vmware.com>
  • Loading branch information
wenyingd committed Feb 21, 2025
1 parent b3c40b0 commit c92d64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test-conformance-eks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function echoerr {

CLUSTER=""
REGION="us-west-2"
K8S_VERSION="1.27"
K8S_VERSION="1.31"
AWS_NODE_TYPE="t3.medium"
SSH_KEY_PATH="$HOME/.ssh/id_rsa.pub"
SSH_PRIVATE_KEY_PATH="$HOME/.ssh/id_rsa"
Expand Down

0 comments on commit c92d64b

Please sign in to comment.