App Engine Flexible: Timed out waiting for the app infrastructure to become healthy

前端 未结 3 677
说谎
说谎 2020-12-31 16:42

I\'m trying several times to deploy a new version of a service on my app engine flexible instance using the sdk and the command gcloud app deploy, but all i get

相关标签:
3条回答
  • 2020-12-31 17:23

    Over half a year later after Loneck's answer I've got the same error. I guessed it could be anything. This is why I've choosen to delete the project, create a new one in a new zone and deployed it there. Then it worked for me. It might have been any other limitation in the zone that I've choosen at the beginning.

    0 讨论(0)
  • 2020-12-31 17:25

    According to the gcp team, this particular error was caused because we reached the "In-use IP addresses" quota limit.

    They also said that are working on improve the error messages.

    "The engineering team has just created a fix for better quota error details. There is no ETA for when the fix will be released, but I would guess it would be in the next version of gcloud."

    0 讨论(0)
  • 2020-12-31 17:33

    I ran into this and solved it by retrying the deploy 3 times.

    0 讨论(0)
提交回复
热议问题