mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-22 09:40:07 +00:00
When we create a security-group in the AWS API, there is sometimes a delay before we can tag it (the AWS API is eventually consistent). So we wrap CreateTags in a simple retry loop.