mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-07 09:43:15 +00:00
- Name the function GetConfigMapWithShortRetry to be easier to understand that the function is with a very short timeout. Add note that this function should be used in cases there is a fallback to local config. - Apply custom hardcoded interval of 50ms and timeout of 350ms to it. Previously the fucntion used exp backoff with 5 steps up to ~340ms.