I’m trying to use the new E2 machine type on GKE, ...
# general
c
I’m trying to use the new E2 machine type on GKE, and getting a google API error. I surmise this is because the E2 machine type is beta, and the underlying terraform provider has to be updated?
w
What error are you getting?
c
Copy code
Invalid machine type e2-highcpu-16 in zone us-east4-a: googleapi: Error 404: The resource 'projects/engineering-devops/zones/us-east4-a/machineTypes/e2-highcpu-16' was not found, notFound., badRequest`
using gcloud, that machine type is supported in that region/zone
w
Hmm - that looks like its a legitimate error from Google - not from Pulumi or the Terraform Resource Provider.
c
I was thinking it is because it trying the GA resource, not the beta…
(gcloud beta compute …)
w
Pulumi links to the
beta
provider by default - so I would be surprised if that was the issue.
Are you sure you were able to create in the
us-east4-a
zone in that same account using CLI/console?
c
I’ll try…
hmmm - you are right
I can select it from the console, but it does not provision…