Skip to content

Commit 4f704cd

Browse files
authored
Bump K8s version to 1.31 in EKS CI script (#7005)
This change is to bump up the EKS version to 1.31 in the CI script. Signed-off-by: Wenying Dong <[email protected]>
1 parent ecd36d4 commit 4f704cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test-conformance-eks.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function echoerr {
2222

2323
CLUSTER=""
2424
REGION="us-west-2"
25-
K8S_VERSION="1.27"
25+
K8S_VERSION="1.31"
2626
AWS_NODE_TYPE="t3.medium"
2727
SSH_KEY_PATH="$HOME/.ssh/id_rsa.pub"
2828
SSH_PRIVATE_KEY_PATH="$HOME/.ssh/id_rsa"

0 commit comments

Comments
 (0)