无法再迁移AppEngine flex VM中的流量

问题描述 投票:0回答:2

直到今天早上,我才能将appengine流量迁移到我的appengine应用程序的不同版本。我尝试这样做时,我现在收到错误。控制台和命令都阻止我迁移流量。这是一个错误还是故意的?

cloud app versions migrate master15166002                                                                                    Migrating all traffic from version [default/master15141296] to [default/master15166002]

Do you want to continue (Y/n)?  y

ERROR: (gcloud.app.versions.migrate) Issues migrating all traffic of service(s): [default]

INVALID_ARGUMENT: Invalid request.
- '@type': type.googleapis.com/google.rpc.BadRequest
  fieldViolations:
  - description: Traffic migration does not support Managed VMs.
    field: service
  - description: Traffic cannot be migrated to a version with basic or manual scaling.
    field: service.split.allocations[master15141296]
  - description: Traffic migration does not support Managed VMs.
    field: service
  - description: Traffic cannot be migrated to a version with basic or manual scaling.
    field: service.split.allocations[master15166002]
  - description: Warmup requests must be enabled for all versions that will gain additional
      traffic as a result of the traffic migration.
    field: service.split.allocations[master15166002]
google-app-engine
2个回答
0
投票

听起来您正在使用一年前(2016年11月15日)弃用的旧Managed VMs环境。 shutdown date was December 15th。此页面包含有关如何从旧的(已弃用的)托管VM测试版升级应用程序的信息。


0
投票

原来有一个API /控制台的错误。它在一天后修好了。

© www.soinside.com 2019 - 2024. All rights reserved.