Skip to content

Commit e899f4a

Browse files
committed
Increase aws e2e cluster from 2 to 3 availability zones
Signed-off-by: David Vossel <[email protected]>
1 parent bc31bc6 commit e899f4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ objects:
737737
zones:
738738
- us-east-1a
739739
- us-east-1b
740+
- us-east-1c
740741
compute:
741742
- name: worker
742743
replicas: 3
@@ -746,6 +747,7 @@ objects:
746747
zones:
747748
- us-east-1a
748749
- us-east-1b
750+
- us-east-1c
749751
platform:
750752
aws:
751753
region: ${AWS_REGION}

0 commit comments

Comments
 (0)