From d55c4bee9ac3b31d79426b121eeb106ba2b002a8 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 15 Jul 2023 17:21:05 +0700 Subject: 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. --- gcloud-image-test.aww | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}} -- cgit v1.3