I requested and received my quota for a preemptible K80 GPU.
In the Console I can see this quota available (in region 'us-east1'). However, my VM in the same region is unable to find this GPU:
tensorflow-1-vm: {"ResourceType":"compute.v1.instance","ResourceErrorCode":"404","ResourceErrorMessage":{"code":404,"errors":[{"domain":"global","message":"The resource 'projects/dlp-project-212017/zones/us-east1-b/acceleratorTypes/nvidia-tesla-k80' was not found","reason":"notFound"}],"message":"The resource 'projects/dlp-project-212017/zones/us-east1-b/acceleratorTypes/nvidia-tesla-k80' was not found","statusMessage":"Not Found","requestPath":"https://www.googleapis.com/compute/v1/projects/dlp-project-212017/zones/us-east1-b/instances","httpMethod":"POST"}}
When I use the command-line to check if I have quota, I also see that I do not have available quota.
Anyone knows how to handle these discrepancies? Mainly, how do I run my VM with my GPU now?