Google Cloud实例组创建反复超时

时间:2019-06-10 10:17:35

标签: google-cloud-platform

尝试在GCP上创建托管实例组

gcloud compute instance-groups managed create 
${PROJECT_NAME}-${STACK_NAME}-instance-group --base-instance-name 
${PROJECT_NAME}-${STACK_NAME} --size 1 --template 
${PROJECT_NAME}-${STACK_NAME}-instance-template --zone ${PROJECT_ZONE}

反复导致

ERROR: (gcloud.compute.instance-groups.managed.create) Could not fetch 
resource:
 - Did not create the following resources within 1800s:    
https://www.googleapis.com/compute/v1/projects/nextpro-201720/zones/us- 
west1-b/instanceGroupManagers/nextpro-201720-thumbnail-transcoder- 
instance-group. These operations may still be underway remotely and may 
still succeed; use gcloud list and describe commands or 
https://console.developers.google.com/ to check resource state

它总是发生,如果我尝试自己在其GUI中进行类似操作,也会发生同样的事情。 Google帐户中出现某些内容,阻止了我创建实例组。

有什么想法可以挖掘的吗?

0 个答案:

没有答案