我正在遵循以下说明:https://cloud.google.com/compute/docs/images/export-image
运行时:
gcloud compute images export --destination-uri gs://my-bucket/my-image.tar.gz \
--image my-image --project my-project
导出将失败并出现以下错误消息:
[Daisy] Errors in one or more workflows:
image-export: step "image-export-export-disk" run error: step "setup-disks" run error: googleapi: Error 403: Quota 'SSD_TOTAL_GB' exceeded. Limit: 100.0 in region us-central1., quotaExceeded
这是 8GB 的磁盘映像,因此不是很大。