从 GCE VM 分离磁盘以挂载和编辑 SSH

从 GCE VM 分离磁盘以挂载和编辑 SSH

我正在尝试分离临时实例上的磁盘,以便我可以挂载和编辑 ssh_config,但是当我使用gcloud compute instances detach-disk INSTANCE --disk mydisk它时显示

ERROR: (gcloud.compute.instances.detach-disk) There was a problem fetching the resource:
 - Insufficient Permission

有什么建议吗?我是 Google Cloud 新手

答案1

首先,你应该运行gcloud auth login通过 Google Cloud Platform 进行身份验证。

此外,您可能还希望在命令行中添加标志--zone ZONE--project PROJECT

为了避免每次都设置项目和区域gcloud,您可以为以下其中一个或两个设置默认值:

相关内容