Skip to content

Commit

Permalink
Bump K8s version to 1.31 in EKS CI script (#7005)
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 authored Feb 26, 2025
1 parent ecd36d4 commit 4f704cd
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 4f704cd

Please sign in to comment.