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 fix an issue with K8s version 1.27 on EKS that
"spec.hostNetwork" is not supported to work as a Pod list filter.

Signed-off-by: Wenying Dong <wenyingd@vmware.com>
  • Loading branch information
wenyingd committed Feb 21, 2025
1 parent b3c40b0 commit 11f9f01
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 11f9f01

Please sign in to comment.