Skip to content

Instantly share code, notes, and snippets.

@rememberlenny
Forked from Tknott95/gcloud-quota.MD
Created October 31, 2020 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rememberlenny/a63428a7b4431b63cb8e201c8c0be0af to your computer and use it in GitHub Desktop.
Save rememberlenny/a63428a7b4431b63cb8e201c8c0be0af to your computer and use it in GitHub Desktop.
Google Cloud FIX for - IN_USE_ADDRESSES | 8 Used Quota | exceeded quotas 8+ needed 1

Google Cloud Deploy fix for 8 used quota limit issue 8+ 1 needed

(visually see servers in pic)

Gcloud Logo

** error message **

IN_USE_ADDRESSES | 8 Used Quota | exceeded quotas 8+ needed 1

TODO:

1. just simply run this command below to find applications running by pid

  gcloud app versions list 

2. then you cnan delete one or many by the id as following shows below

  gcloud app versions delete <pid> <pid>

(second pid is optional)

3. deploy away

  gcloud app deploy --stop-previous-version

🐧 🐧 🐧 🐧

ref:

  1. https://serverfault.com/questions/869418/google-cloud-in-use-addresses-quota-exceeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment