部署 gcloud python 应用程序时出错 - 这是什么?
error while deploying gcloud python app - what is it?
尝试通过 gcloud 部署 python 网络应用程序时出现此错误 - 在您编码 gcloud app deploy
时出现 y/n 问题之后
ERROR: (gcloud.app.deploy) The operation "operations/acf.p2-222084527338-d61d0401-cb0a-4f69-a07c-131799bd4cf8" resulted in a failure "[Hook call/poll resulted in failed op for service 'compute.googleapis.com': The service is currently being deactivated and deactivation must complete before activation can occur.
Help Token: Ae-hA1M43mY8ADlPerCsLr9bUDXGJzibJgQCO0CGx3Kz1JRn6XpVB5Q_ebTfPxKEuaBwHKVFwspMAyx7_epjrFKFEzDDbDBy_oYncVroZlxGECPx] with failed services [compute.googleapis.com]".
Details: "[<DetailsValueListEntry
additionalProperties: [<AdditionalProperty
key: '@type'
value: <JsonValue
string_value: 'type.googleapis.com/google.rpc.PreconditionFailure'>>, <AdditionalProperty
key: 'violations'
value: <JsonValue
array_value: <JsonArray
entries: [<JsonValue
object_value: <JsonObject
您似乎正在部署到 App Engine flex。
这将 Compute Engine VM 用于(App Engine)应用程序实例。
您必须使用|启用 Compute Engine 才能使用 App Engine flex。
我怀疑(!?)您的项目中有人在您尝试部署您的应用程序之前禁用了 Compute Engine,它告诉您,如果您想部署到 App Engine flex,您将需要(重新)启用计算引擎。
尝试通过 gcloud 部署 python 网络应用程序时出现此错误 - 在您编码 gcloud app deploy
时出现 y/n 问题之后 ERROR: (gcloud.app.deploy) The operation "operations/acf.p2-222084527338-d61d0401-cb0a-4f69-a07c-131799bd4cf8" resulted in a failure "[Hook call/poll resulted in failed op for service 'compute.googleapis.com': The service is currently being deactivated and deactivation must complete before activation can occur.
Help Token: Ae-hA1M43mY8ADlPerCsLr9bUDXGJzibJgQCO0CGx3Kz1JRn6XpVB5Q_ebTfPxKEuaBwHKVFwspMAyx7_epjrFKFEzDDbDBy_oYncVroZlxGECPx] with failed services [compute.googleapis.com]".
Details: "[<DetailsValueListEntry
additionalProperties: [<AdditionalProperty
key: '@type'
value: <JsonValue
string_value: 'type.googleapis.com/google.rpc.PreconditionFailure'>>, <AdditionalProperty
key: 'violations'
value: <JsonValue
array_value: <JsonArray
entries: [<JsonValue
object_value: <JsonObject
您似乎正在部署到 App Engine flex。
这将 Compute Engine VM 用于(App Engine)应用程序实例。
您必须使用|启用 Compute Engine 才能使用 App Engine flex。
我怀疑(!?)您的项目中有人在您尝试部署您的应用程序之前禁用了 Compute Engine,它告诉您,如果您想部署到 App Engine flex,您将需要(重新)启用计算引擎。