Terraform google_container_cluster adjust maximum retry budget

3/20/2020

I keep getting "Retry budget exhausted (80 attempts)", which takes about 10 minutes. Is there a way to reduce the maximum retry budget so I can iterate my configurations faster?

Using https://registry.terraform.io/modules/terraform-google-modules/kubernetes-engine/google/7.3.0

enter image description here

-- Concourse
google-cloud-platform
google-kubernetes-engine
terraform
terraform-provider-gcp

1 Answer

3/20/2020

Unfortunately maximum retry budget is not adjustable at the moment. You can take a look at the closely related issue registered on Google's issue tracker.

If you're interested in this functionality I would encourage you to file a new feature request. You can use for that this link.

-- mario
Source: StackOverflow