diff options
| author | Shulhan <ms@kilabit.info> | 2023-07-15 17:21:05 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-07-15 17:21:05 +0700 |
| commit | d55c4bee9ac3b31d79426b121eeb106ba2b002a8 (patch) | |
| tree | 7385642b452e57d8f6bee4a77100cf210b0a1af6 | |
| parent | 3d232ebcc7384601458a727d5e0a8faa43c947ba (diff) | |
| download | compute-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.aww | 2 |
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"}} |
