From 11f9f01d387aaf54294ea243e03790609b524ae5 Mon Sep 17 00:00:00 2001 From: Wenying Dong Date: Wed, 19 Feb 2025 14:04:31 +0800 Subject: [PATCH] Bump K8s version to 1.31 in EKS CI script 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 --- ci/test-conformance-eks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-conformance-eks.sh b/ci/test-conformance-eks.sh index a2fc300aaab..bd4e1bb66ea 100755 --- a/ci/test-conformance-eks.sh +++ b/ci/test-conformance-eks.sh @@ -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"