Skip to content

Commit

Permalink
update eksctl and eks default versions (kubernetes-sigs#2960)
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorj authored Jan 8, 2023
1 parent 3a98bf0 commit e3c81db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci_e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ CONTROLLER_IAM_POLICY_NAME="lb-controller-e2e-${PULL_NUMBER}-$BUILD_ID"
CONTROLLER_IAM_POLICY_ARN="" # will be fulfilled during setup_controller_iam_sa

# Cluster settings
EKSCTL_VERSION="v0.100.0"
EKSCTL_VERSION="v0.124.0"
CLUSTER_NAME="lb-controller-e2e-${PULL_NUMBER}-$BUILD_ID"
CLUSTER_VERSION=${CLUSTER_VERSION:-"1.21"}
CLUSTER_VERSION=${CLUSTER_VERSION:-"1.24"}
CLUSTER_INSTANCE_TYPE="m5.xlarge"
CLUSTER_NODE_COUNT="4"
CLUSTER_KUBECONFIG=${CLUSTER_KUBECONFIG:-"/tmp/lb-controller-e2e/clusters/${CLUSTER_NAME}.kubeconfig"}
Expand Down

0 comments on commit e3c81db

Please sign in to comment.