i am trying to build an instnace by using an OVA import from my Cloud Storage.
By executing the command :
gcloud compute instances import myinstance --project myProject --byol --source-uri=gs://myBucket/myova.ova
I do get the Error :
ERROR: (gcloud.compute.instances.import)
FAILED_PRECONDITION: generic::failed_precondition: no
concurrent builds quota available to create builds.
By checking the Quotas i can't find anything related to that. Which one should be increades and how ? Can someone explain me what does cause this ERROR ? And how i fix it ?
I have checked the Limit "Concurrent Build Limit" in my Quotas. It is set to 10. That's the maximum.
My Account has enabled billing and i get charged every month.
I would appreciate your help an thank you in Advance. Kind Regards,
A.T