Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google cloud platform 我在GCP上启动VM实例时遇到问题_Google Cloud Platform_Google Compute Engine - Fatal编程技术网

Google cloud platform 我在GCP上启动VM实例时遇到问题

Google cloud platform 我在GCP上启动VM实例时遇到问题,google-cloud-platform,google-compute-engine,Google Cloud Platform,Google Compute Engine,当我启动VM实例时,它给了我错误 $ gcloud compute instances start wordpress-1-vm --zone=asia-south1-a Starting instance(s) wordpress-1-vm...failed. ERROR: (gcloud.compute.instances.start) The zone 'projects/mobileyug/zones/asia-south1-a' does not have enough resourc

当我启动VM实例时,它给了我错误

$ gcloud compute instances start wordpress-1-vm --zone=asia-south1-a
Starting instance(s) wordpress-1-vm...failed.
ERROR: (gcloud.compute.instances.start) The zone 'projects/mobileyug/zones/asia-south1-a' does not have enough resources available to fulfill the request.  Try a different zone, or try again lat
er.
然后,我尝试移动实例,它给了我下面指出的错误

$ gcloud compute instances move wordpress-1-vm --zone=asia-south1-a --destination-zone=asia-south1-b
Moving gce instance wordpress-1-vm...failed.
ERROR: (gcloud.compute.instances.move) Instance cannot be moved while in state: TERMINATED

请建议我如何启动VM实例。

1.重新启动VM实例并重试,因为在终止状态下,您无法与VM交互。 从文件: 已终止-用户已停止实例,或实例遇到故障。重新启动实例或将其删除

2.尝试手动移动实例:

3.如果这个虚拟机上没有什么重要的东西或它是新创建的,只需删除它并在另一个区域(b或c)中创建