aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-07-15 17:21:05 +0700
committerShulhan <ms@kilabit.info>2023-07-15 17:21:05 +0700
commitd55c4bee9ac3b31d79426b121eeb106ba2b002a8 (patch)
tree7385642b452e57d8f6bee4a77100cf210b0a1af6
parent3d232ebcc7384601458a727d5e0a8faa43c947ba (diff)
downloadcompute-archlinux-image-builder-d55c4bee9ac3b31d79426b121eeb106ba2b002a8.tar.xz
all: change the machine-type from f1-micro to e2-micro for testing image
Using f1-micro or g1-small on asia-southeast1 always return ZONE_RESOURCE_POOL_EXHAUSTED now.
-rw-r--r--gcloud-image-test.aww2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcloud-image-test.aww b/gcloud-image-test.aww
index 218dae7..eb63232 100644
--- a/gcloud-image-test.aww
+++ b/gcloud-image-test.aww
@@ -7,7 +7,7 @@ gcloud compute instances create arch-test \
--zone={{.Val "gcloud::zone"}} \
--image={{.Val "host::image"}} \
--metadata=block-project-ssh-keys=TRUE \
- --machine-type=f1-micro
+ --machine-type=e2-micro
gcloud compute instances describe arch-test \
--zone={{.Val "gcloud::zone"}}