Skip to content

Commit 2e8913b

Browse files
committed
Remove availability zone configuration
1 parent a1c3433 commit 2e8913b

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

cortex.sh

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ export CORTEX_AWS_SECRET_ACCESS_KEY="${CORTEX_AWS_SECRET_ACCESS_KEY:-""}"
103103
export CORTEX_LOG_GROUP="${CORTEX_LOG_GROUP:-cortex}"
104104
export CORTEX_BUCKET="${CORTEX_BUCKET:-""}"
105105
export CORTEX_REGION="${CORTEX_REGION:-us-west-2}"
106-
export CORTEX_ZONES="${CORTEX_ZONES:-""}"
107106

108107
export CORTEX_CLUSTER="${CORTEX_CLUSTER:-cortex}"
109108
export CORTEX_NODE_TYPE="${CORTEX_NODE_TYPE:-m5.large}"

docs/cluster/config.md

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ export CORTEX_BUCKET="cortex-[RANDOM_ID]"
2424
# The AWS region Cortex will use
2525
export 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
3128
export CORTEX_CLUSTER="cortex"
3229

manager/eks.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ metadata:
2020
region: $CORTEX_REGION
2121
version: "1.14"
2222

23-
availabilityZones: $CORTEX_ZONES
24-
2523
nodeGroups:
2624
- name: ng-1
2725
instanceType: $CORTEX_NODE_TYPE

0 commit comments

Comments
 (0)