You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix slow image pull caused by delayed DNS response
When IPv6 is disabled, the hostAgent enters a code path that introduces a 1-second sleep whenever
it receives an `AAAA` DNS query. This delay can cause the DNS query to timeout, triggering a retry
loop on the client side. Docker, for example, retries up to 10 times at 1-second intervals—resulting
in a significant delay before an image is pulled.
A suggested workaround is to remove the sleep, which was originally introduced to address a specific
issue that now appears to be outdated or no longer relevant.
[Unexpected A record DNS response](rancher-sandbox/rancher-desktop#3447 (comment))
Signed-off-by: Nino Kodabande <[email protected]>
0 commit comments