Questions tagged «gcloud»



8
该区域没有足够的资源来满足请求/资源未准备好
我无法启动实例(通过Web浏览器),这给了我错误: “区域'projects / XXXXX / zones / europe-west4-b'没有足够的资源来满足请求。请尝试其他区域,或稍后再试。” 我认为一开始可能是配额问题,在检查完配额后,一切都很好。实际上,我列出了可用区域,europe-west4-b可用,但我还是想出了办法来移动该区域。然后,我尝试了一下 "gcloud compute instances move XXXX --zone europe-west4-b --destination-zone europe-west4-c",但是仍然失败,并弹出了错误消息: “错误:(gcloud.compute.instances.move)实例处于状态:TERMINATED时无法移动” 好的,终止了...然后我尝试通过重新启动它"gcloud compute instances reset XXX",错误显示为: 错误:(gcloud.compute.instances.reset)无法获取资源:-资源“ projects / XXXXX / zones / europe-west4-b / instances / XXX”尚未准备好 我搜索了错误,有人通过删除磁盘解决了这个问题。虽然我不想擦除内存,但是我该如何解决这个问题呢? 顺便说一句,我只有一个实例,并附有一个永久性磁盘。

2
google-cloud-sdk安装由于python语法错误而失败
在“ Linux supermicro 4.15.0-72-generic#81-Ubuntu SMP Tue Nov 26 12:20:02 UTC 2019 x86_64 x86_64 x86_64 GNU / Linux”上,我在执行“ sudo apt-get install google-cloud- sdk” > Reading package lists... Done Building dependency tree Reading > state information... Done Suggested packages: > google-cloud-sdk-app-engine-java google-cloud-sdk-app-engine-python > google-cloud-sdk-pubsub-emulator google-cloud-sdk-bigtable-emulator > google-cloud-sdk-datastore-emulator kubectl The following NEW packages …
12 python  gcloud  apt  gsutil 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.