I'm following instruction on: https://cloud.google.com/compute/docs/images/export-image
When running:
gcloud compute images export --destination-uri gs://my-bucket/my-image.tar.gz \
--image my-image --project my-project
The export will fail on following error message:
[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
This is 8GB disk image, so it's not very big.