mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-16 14:57:35 +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.