Skip to content

Commit 547e0b4

Browse files
authored
Merge pull request #4244 from zac-nixon/znixon/more-integration
update ci k8s version
2 parents c321331 + 8c660cd commit 547e0b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci_e2e_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ CONTROLLER_IAM_POLICY_NAME="lb-controller-e2e-${PULL_NUMBER}-$BUILD_ID"
2929
CONTROLLER_IAM_POLICY_ARN="" # will be fulfilled during setup_controller_iam_sa
3030

3131
# Cluster settings
32-
EKSCTL_VERSION="v0.134.0"
32+
EKSCTL_VERSION="v0.210.0"
3333
CLUSTER_NAME="lb-controller-e2e-${PULL_NUMBER}-$BUILD_ID"
34-
CLUSTER_VERSION=${CLUSTER_VERSION:-"1.25"}
34+
CLUSTER_VERSION=${CLUSTER_VERSION:-"1.32"}
3535
CLUSTER_INSTANCE_TYPE="m5.xlarge"
3636
CLUSTER_NODE_COUNT="4"
3737
CLUSTER_KUBECONFIG=${CLUSTER_KUBECONFIG:-"/tmp/lb-controller-e2e/clusters/${CLUSTER_NAME}.kubeconfig"}

0 commit comments

Comments
 (0)