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

强颜欢笑 提交于 2019-12-30 07:00: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 is this error

"ERROR: (gcloud.app.deploy) Error Response: [4] Timed out waiting for the app infrastructure to become healthy."

.

I Couldn't found any answer about it on the issue tracker of gcp.

On this question, he got the same problem, but no one could answered it.

Any guidance will be very helpfull.


回答1:


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."




回答2:


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.



来源:https://stackoverflow.com/questions/48566318/app-engine-flexible-timed-out-waiting-for-the-app-infrastructure-to-become-heal

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!