-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to create a google_container_node_pool causes a 500 error response from google API #3510
Comments
Has this been happening consistently? Have you been able to reproduce it over a period of a few days? |
@rileykarson just tried it again now, same error |
@rileykarson are you unable to repro? |
@rileykarson @quinn with an even simple configuration we are experiencing the same issue:ç
When running
|
Disregard my previous comment. The Project ID was wrong, however API message is quite misleading. Maybe we could add a "project" lookup first as part of the plugin. |
Interesting! How was it wrong, was the id invalid? |
Smashed my head on the keyboard for a while with this one. In GCP, the Project name and project id aren't the same (watch out for case sensitivity). |
There isn't really anything actionable for the provider when an API is returning useless error messages like this. I'd recommend filing against the public GKE issue tracker (https://issuetracker.google.com/issues/new?component=187077&template=0), especially if this can be repro'ed in |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/quinn/962b83ce8eefd9ce8f519e67dce9ccf9
Panic Output
N/A
Expected Behavior
The node pool should have been created.
Actual Behavior
google_container_node_pool.primary_nodes: error creating NodePool: googleapi: Error 500: Internal error encountered., backendError
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: