chore: update eks version to 1.18 for aws sagemaker integration tests (#6847)

This commit is contained in:
ryansteakley 2021-11-01 17:04:59 -07:00 committed by GitHub
parent 5603887c96
commit 373dfe3792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ REGION=${REGION:-"$(aws configure get region)"} # Deployment region
### Configuration parameters
EKS_EXISTING_CLUSTER=${EKS_EXISTING_CLUSTER:-""} # Use an existing EKS cluster
EKS_CLUSTER_VERSION=${EKS_CLUSTER_VERSION:-"1.17"} # EKS cluster K8s version
EKS_CLUSTER_VERSION=${EKS_CLUSTER_VERSION:-"1.18"} # EKS cluster K8s version
EKS_NODE_COUNT=${EKS_NODE_COUNT:-"1"} # The initial node count of the EKS cluster
EKS_PUBLIC_SUBNETS=${EKS_PUBLIC_SUBNETS:-""}
EKS_PRIVATE_SUBNETS=${EKS_PRIVATE_SUBNETS:-""}