cs329s-ml-deployment-tutorial icon indicating copy to clipboard operation
cs329s-ml-deployment-tutorial copied to clipboard

The region us-central1 does not have enough resources available to fulfill the request.

Open jaimeggb opened this issue 1 year ago • 0 comments

When I do this step:

3. Deploying the whole app to GCP
Okay, I've fixed the permissions error, how do I deploy my model/app?

I'm glad you asked...

run make gcloud-deploy... wait 5-10 mins and your app will be on App Engine (as long as you've activated the App Engine API)
...and you're done

I get this error in my Git Bash terminal:

ERROR: (gcloud.app.deploy) Error Response: [9] An internal error occurred while processing task /app-engine-flex/flex_await_healthy/flex_await_healthy>2022-11-25T13:25:59.323Z7873.jc.1: The region us-central1 does not have enough resources available to fulfill the request. Please try again later. make: *** [Makefile:13: gcloud-deploy] Error 1

I did 'try again later' only to get the same error response.

What could I try?

jaimeggb avatar Nov 25 '22 14:11 jaimeggb