-
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
3.77.0 google_container_cluster timeout 1m #9691
Comments
@hawksight I don't see any related changes in the release of v3.77.0. Are you able to repro with the resource only (not the module)? |
We saw this failure in our CI as well, it seemed ephemeral. We got back 500 errors from GKE for a couple hours, and handled them less well than we could, I think the at the retry transport layer (but it's worth double checking logs). I saw no reason to suspect |
I've had a similar problem where last week our dev setup for the cluster worked perfectly, but this week when trying to replicate the exact same config to prod it failed with a timeout bug in TF after 25sec. Helpful was inspecting the GCP Logs (filter by // ...
status: {
code: 2
message: "Internal error."
}
// ... So I tried posting the JSON request (can be found in the log field It feels like this could be more of a bug on the GCP GKE side than for this TF provider setup. (we're using TF Cloud @ v1.0.3) |
@hawksight can you repro? Please post the debug log if you can. |
@edwardmedia I tried to recreate this yesterday on 3.77.0 and everything worked in the following:
I'm happy to put this down to a temporary glitch or issue on the google API maybe? Perhaps my timing was just unlucky. Thank you for the really quick responses. |
@hawksight I am glad it works. Closing the issue then |
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. |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Affected Resource(s)
Terraform Configuration Files
Using a module, but for brevity, build a cluster with timeouts, something like:
Debug Output
Sorry I don't have any debug or panic output at the moment but here is the error:
Planned fine, this happened at apply time.
Panic Output
N/A
Expected Behaviour
Expect a normal build as with the 3.76.0 provider.
Actual Behaviour
Error as above, it seems the timeouts have been ignored and somehow a minute timeout was put in place.
This meant the cluster did not create and the terraform run errored out.
Steps to Reproduce
terraform plan
terraform apply
Important Factoids
The build will work as normal on provider 3.76.0
References
See message(s) in slack: https://googlecloud-community.slack.com/archives/C1VNJ4EG7/p1627653699001500
The text was updated successfully, but these errors were encountered: