chore(components): AWS SageMaker update eks cluster version for tests (#5735)
This commit is contained in:
parent
cbea3f087e
commit
b50a5cfc4e
|
|
@ -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.15"} # EKS cluster K8s version
|
||||
EKS_CLUSTER_VERSION=${EKS_CLUSTER_VERSION:-"1.17"} # 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:-""}
|
||||
|
|
|
|||
Loading…
Reference in New Issue