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
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
I have an issue with no configurable retries to connect to Kubernetes API. If the cluster is unavailable at the moment of apply action or if some network issue appears pulumi-kubernetes does not try to retry apply action request. But, I think this option should be configurable to make the provider more flexible.
If automatic retry logic does not exist for query/idempotent requests, retry logic should be added. If retry logic does exist, perhaps its behavior could be exposed as parameters on the provider (i.e. # of retry attempts, backoff base, backoff duration)
The text was updated successfully, but these errors were encountered:
Hello!
Issue details
I have an issue with no configurable retries to connect to Kubernetes API. If the cluster is unavailable at the moment of apply action or if some network issue appears pulumi-kubernetes does not try to retry apply action request. But, I think this option should be configurable to make the provider more flexible.
If automatic retry logic does not exist for query/idempotent requests, retry logic should be added. If retry logic does exist, perhaps its behavior could be exposed as parameters on the provider (i.e. # of retry attempts, backoff base, backoff duration)
The text was updated successfully, but these errors were encountered: