GCP VM 未启动且终止后无法重新定位

GCP VM 未启动且终止后无法重新定位

有时首席部长会身处人群拥挤的区域。

The zone 'projects/path/to/project' does not have enough resources
available to fulfill the request. '(resource type:compute)'.

因此,我尝试使用以下命令重新定位到不太拥挤的区域

gcloud compute instances move [my-vm] --destination-zone us-central1-f

但结果是:

Instance cannot be moved while in state: TERMINATED

因此,我无法在未启动时重新定位,也无法在未重新定位时启动!

除了等待,还有其他办法吗?

答案1

有类似的问题。

咆哮:已经使用过 DigitalOcean 和其他服务并开始尝试 gcloud。非常失望。使用 DO 多年,没有任何问题。可能是运气不好。无论如何,停止使用 gcloud。

相关内容