GKE 中的节点池创建问题:在 europe-west1 中找不到 m1-megamem-96

Node Pool creation problem in GKE: m1-megamem-96 not found in europe-west1

我尝试在 GKE 中创建节点池并收到以下错误:

Invalid machine type m1-megamem-96 in zone europe-west1-c: googleapi: 
Error 404: The resource 'projects/<ProjectName>/zones/europe-west1-c/machineTypes/m1-megamem-96' was not found, notFound.

但是根据this link europe-west1应该支持m1-megamem-96.

错误信息似乎没有给出完整的原因。

调试方面的任何帮助将不胜感激。

机器类型 M1 在区域 europe-west1 中可用,在区域 europe-west1-c 中不可用。请参阅 documentation 以了解哪些机器类型在哪个区域可用。

从上面的 link 中,sortable table 允许您 select 不同的选项来查看资源可用的位置。例如,您可以从 Select 位置下拉菜单中 select 欧洲,以及 Select 机器类型下拉菜单中的 M1 来查看 M1 机器所在的区域列表在欧洲有售。

并非所有机器类型都保证在所有区域始终可用。为了保证某个机种在您需要的时候可用,您可以在某个区域抢占该机种。有关在特定区域中保留预定义机器类型的信息,请参阅 Reserving zonal resources