File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ export CORTEX_AWS_SECRET_ACCESS_KEY="${CORTEX_AWS_SECRET_ACCESS_KEY:-""}"
103103export CORTEX_LOG_GROUP=" ${CORTEX_LOG_GROUP:- cortex} "
104104export CORTEX_BUCKET=" ${CORTEX_BUCKET:- " " } "
105105export CORTEX_REGION=" ${CORTEX_REGION:- us-west-2} "
106- export CORTEX_ZONES=" ${CORTEX_ZONES:- " " } "
107106
108107export CORTEX_CLUSTER=" ${CORTEX_CLUSTER:- cortex} "
109108export CORTEX_NODE_TYPE=" ${CORTEX_NODE_TYPE:- m5.large} "
Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ export CORTEX_BUCKET="cortex-[RANDOM_ID]"
2424# The AWS region Cortex will use
2525export CORTEX_REGION=" us-west-2"
2626
27- # The AWS zones Cortex will use (e.g. "us-east-1a,us-east-1b")
28- export CORTEX_ZONES=" "
29-
3027# The name of the EKS cluster Cortex will use
3128export CORTEX_CLUSTER=" cortex"
3229
Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ metadata:
2020 region : $CORTEX_REGION
2121 version : " 1.14"
2222
23- availabilityZones : $CORTEX_ZONES
24-
2523nodeGroups :
2624 - name : ng-1
2725 instanceType : $CORTEX_NODE_TYPE
You can’t perform that action at this time.
0 commit comments