我一直收到這個錯誤。我已經嘗試部署到gcp超過6小時。有什么辦法可以解決這個問題而不只是等待嗎?
ERROR: (gcloud.app.deploy) Error Response:
[9] Flex操作專案/XXX/regions/asia-northeast2/operations/XXX錯誤
[failed_precondition]: 在處理任務/app-engine-flex/flex_await_healthy/flex_await_healthy>XXX時發生內部錯誤。
asia-northeast2地區沒有足夠的資源來滿足該請求。
請稍后再試。
下面是我的app.yaml檔案
runtime: nodejs
env: flex
automatic_scaling:
max_num_instances: 2
env_variables:
SQL_USER: XXX
sql_password: xxx
sql_database: xxx
instance_connection_name: XXX:asia-northeast2:XXX
beta_settings:
cloud_sql_instances: XXX:asia-northeast2:XXX
uj5u.com熱心網友回復:
你所面臨的問題是由于Asia-northeast2的資源的可用性。
要解決這個問題,我建議你檢查這個答案。
此外,你還可以嘗試以下選項:
等待,直到asia-northeast2的資源再次可用。
你可以從Flex環境改為標準環境,并在提示時選擇另一個地區進行部署。
在另一個產品中運行該專案(Cloud Run, GKE... )。
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/317570.html
標籤:
上一篇:谷歌云平臺。云功能與應用程式引擎
