Skip to content

Commit

Permalink
Moving gke used for ci from europe to us (elastic#6889)
Browse files Browse the repository at this point in the history
This changes the region used to create GKE clusters during the daily e2e tests jobs,
from europe-west6 to us-central1, in order to reduce costs, as there are notable differences
from region to region.
  • Loading branch information
thbkrkr authored Jun 8, 2023
1 parent 4a6381a commit 95c70de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/deployer/config/plans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plans:
# use kustomize in GKE to remove the NVMe provisioning already taken care of by the platform
diskSetup: kubectl apply -k hack/deployer/config/local-disks
gke:
region: europe-west6
region: us-central1
localSsdCount: 1
nodeCountPerZone: 1
gcpScopes: https://www.googleapis.com/auth/devstorage.read_only,https://www.googleapis.com/auth/logging.write,https://www.googleapis.com/auth/monitoring,https://www.googleapis.com/auth/servicecontrol,https://www.googleapis.com/auth/service.management.readonly,https://www.googleapis.com/auth/trace.append
Expand Down

0 comments on commit 95c70de

Please sign in to comment.