无法识别的论点" - 删除保护"对于gcloud.compute.instances.update

时间:2017-12-19 21:29:42

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

我在Google Cloud Engine上设置了一键式LAMP堆栈,并创建了一个我希望protect against accidental deletion

的VM实例

但是,每当我尝试使用gcloud命令行工具运行命令时,都会出现以下错误:

Imgcodecs.imwrite

有没有人有这个工作?文档中有错误吗?

非常感谢任何帮助,

谢谢!

1 个答案:

答案 0 :(得分:1)

你能发布你正在运行的确切命令吗?因为我在文档中尝试了两个命令,在这两种情况下我都成功地设置了保护:

gcloud compute instances create new-instance --deletion-protection

gcloud compute instances update instance-name --deletion-protection

另一方面,这是您正在使用的Google SDK的版本(通过gcloud version查看)?我的是“Google Cloud SDK 183.0.0”

您可以考虑更新它并重试:

gcloud components update