Skip to content

Commit cbfbf1e

Browse files
kishorjTimothy-Dougherty
authored andcommitted
update eksctl and eks default versions (kubernetes-sigs#2960)
1 parent 8cd1f30 commit cbfbf1e

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.100.0"
32+
EKSCTL_VERSION="v0.124.0"
3333
CLUSTER_NAME="lb-controller-e2e-${PULL_NUMBER}-$BUILD_ID"
34-
CLUSTER_VERSION=${CLUSTER_VERSION:-"1.21"}
34+
CLUSTER_VERSION=${CLUSTER_VERSION:-"1.24"}
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)