mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-20 09:50:57 +00:00
Automatic merge from submit-queue AWS: Add exponential backoff to waitForAttachmentStatus() and createTags() We should use exponential backoff while waiting for a volume to get attached/detached to/from a node. This will lower AWS load and reduce API call throttling. This partly fixes #33088 @justinsb, can you please take a look?