根据现有模板在Google Cloud Platform中创建实例模板

时间:2018-09-27 13:10:56

标签: google-cloud-platform google-compute-engine

我正在尝试从现有模板创建新的实例模板,但是我总是遇到错误。 我运行的命令:

gcloud compute instance-templates create elk-pool-template-us-west1-3 --source-instance elk-pool-template-us-west1-2 --source-instance-zone us-west1-2

我得到的错误:

  

错误:(gcloud.compute.instance-templates.create)无法识别的参数:

     

-source-instance     elk-pool-template-us-west1-2

     

-source-instance-zone     us-west1-2

1 个答案:

答案 0 :(得分:1)

unrecognized-arguments错误指出gcloud无法识别的是--source-instance--source-instance-zone参数,而不是您尝试分配的值。我刚刚尝试了您正在使用的命令,它对我有用,所以我认为您需要update the Cloud SDK

运行以下命令以更新所有已安装的组件:

$ gcloud components update