【问题标题】:Trouble migrating to the Notebooks API, GCP AI Platform迁移到 Notebooks API、GCP AI 平台时遇到问题
【发布时间】:2020-12-11 10:12:45
【问题描述】:
我已经使用GCP AI Platform Notebooks 作为我的开发环境已经有一段时间了。 GCP 最近强制要求将所有 GCP AI Platform Notebooks 从 Compute Engine API 切换到 Notebooks API。 The button, Register all which registers with the Notebooks API 给我以下错误:
[实例名称]:未找到位置 us-central1-f 或未授权访问。
但是,我有权在此项目中进行编辑。我还验证了笔记本实例按预期运行,但我无法注册它。
【问题讨论】:
标签:
google-cloud-platform
gcp-ai-platform-notebook
google-ai-platform
【解决方案1】:
Notebooks API 在大约 39 个位置可用。 us-central1-f 不是 Notebooks API 的可用位置。要检查可用的 Notebooks API 位置,请运行:
gcloud beta notebooks locations list
限制
- 如果当前源位置/区域在 Notebooks API 中不可用,您可以执行以下操作:
Migrate Legacy Instance 到有效的 Notebooks API 位置
- 如果无法迁移实例,请打开支持案例并与您的 Google 客户团队讨论业务案例,以提出新的 Notebooks API 位置
- 无法通过 Notebooks API 升级端点升级旧实例(单磁盘)。需要新建 Notebooks 实例(双盘)并迁移数据。