From cd90b3f635e2041d064a1e314f7317495b0cf603 Mon Sep 17 00:00:00 2001 From: Appareddy Date: Sun, 4 Jul 2021 08:45:46 +0530 Subject: [PATCH] Added note for GCP quota limit --- docs/01-prerequisites.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/01-prerequisites.md b/docs/01-prerequisites.md index d2474ce..6f279d0 100644 --- a/docs/01-prerequisites.md +++ b/docs/01-prerequisites.md @@ -38,6 +38,10 @@ gcloud auth login Next set a default compute region and compute zone: +> **Note**: If you are using a free tier account. Please select the region after checking the Quotas in GCP console. Some regions will have a limit of running only 8 +> vCPUs whereas for this tutorial you need to configure total of six e2-standard-2 (2 vCPUs, 8 GB memory) VMs i.e 12 vCPUs. +> +> Please check [Working with quotas](https://cloud.google.com/docs/quota) for better understanding ``` gcloud config set compute/region us-west1 ```