Skip to content

Commit

Permalink
same az for nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <[email protected]>
  • Loading branch information
AustinAbro321 committed Jul 24, 2024
1 parent d8251f8 commit f85285e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/distros/eks/eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ iam:
withOIDC: true
serviceRolePermissionsBoundary: "arn:aws:iam::173911864621:policy/zarf_dev_base_policy"

availabilityZones: ["###ZARF_VAR_EKS_CLUSTER_REGION_AZ###"]

addons:
- name: aws-ebs-csi-driver
attachPolicyARNs:
Expand All @@ -29,6 +31,7 @@ addons:
managedNodeGroups:
- instanceType: ###ZARF_VAR_EKS_INSTANCE_TYPE###
name: ###ZARF_VAR_EKS_CLUSTER_NAME###-ng
availabilityZones: ["###ZARF_VAR_EKS_CLUSTER_REGION_AZ###"]
minSize: 3
maxSize: 6
spot: true
Expand Down
4 changes: 4 additions & 0 deletions packages/distros/eks/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ variables:
description: The AWS region to setup the cluster and associated networking
default: us-east-1

- name: EKS_CLUSTER_REGION_AZ
description: The AWS region to setup the cluster and associated networking
default: us-east-1a

components:
- name: load-eksctl
required: true
Expand Down

0 comments on commit f85285e

Please sign in to comment.