mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-26 09:54:21 +00:00
use us-west1-a for instances because us-west1-b doesn't have arm64
This commit is contained in:
@@ -80,8 +80,8 @@ meta:
|
||||
|
||||
# GCP account info and which zone the workers should be created in and deleted from.
|
||||
gcp_account_params: &gcp_account_params
|
||||
INSTANCE_ZONE: us-west1-b # which zone the kind worker VMs should be created in and deleted from
|
||||
GCP_ZONE: us-west1-b
|
||||
INSTANCE_ZONE: us-west1-a # which zone the kind worker VMs should be created in and deleted from
|
||||
GCP_ZONE: us-west1-a
|
||||
GCP_PROJECT: ((gcp-project-name))
|
||||
GCP_USERNAME: ((gcp-instance-admin-username))
|
||||
GCP_JSON_KEY: ((gcp-instance-admin-json-key))
|
||||
|
||||
Reference in New Issue
Block a user