Azure cloudprovider retry using flowcontrol by jackfrancis · Pull Request #46660 · kubernetes/kubernetes
An initial attempt at engaging exponential backoff for API error responses. Addresses #47048 Uses k8s.io/client-go/util/flowcontrol; implementation inspired by GCE cloudprovider backoff. What this...