You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using kubernetes_manifest to provision an imagecache CRD. The details of what this is aren't particularly relevant, except to say that the wait condition is expected to take on the order of minutes to complete:
Affected Resource(s)
Terraform Configuration Files
We are using
kubernetes_manifest
to provision an imagecache CRD. The details of what this is aren't particularly relevant, except to say that the wait condition is expected to take on the order of minutes to complete:Panic Output
We are intermittently seeing this fail with errors communicating to the kubernetes API, e.g.
We don't see these errors for other resource types. My theory is that it's being caused by excessive calls to the API.
Expected Behavior
Waiting should retry with a backoff pattern, the same way that e.g.
kubernetes_deployment_v1
works.Actual Behavior
The condition(s) are evaluated continuously every second until the resource times out or a hard failure condition is reached.
Important Factoids
References
See TODO in the code here: https://github.com/hashicorp/terraform-provider-kubernetes/blob/main/manifest/provider/waiter.go#L227
Community Note
The text was updated successfully, but these errors were encountered: