【发布时间】:2019-07-02 09:51:01
【问题描述】:
实例模板是一种全局资源,未绑定到专区 > 或区域。但是,您将在 >instance 模板中指定一些区域资源,这会将模板限制为该 >resource 所在的区域。例如,如果您在实例模板中包含来自 us-central1-b 的只读持久 >disk,则不能在任何其他区域中使用该 >template,因为该特定磁盘仅存在于 >zone us-central1-b 中。有关区域资源的更多信息,请阅读>区域和区域。
https://cloud.google.com/compute/docs/instance-templates/
我想确认上述现象。
我们可以重现什么程序。
尤其是以下部分you will specify some zonal resources in an >instance template, which restricts the template to the zone
但是,我不知道如何重现它。 GCP 的 web 控制台和 gcloud compute create-templates create 命令没有找到指定区域的命令。
【问题讨论】:
标签: google-cloud-platform google-compute-engine