Skip to content

Commit 6fddc6d

Browse files
authored
Update dns-debugging-resolution.md
1 parent d980d76 commit 6fddc6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/tasks/administer-cluster/dns-debugging-resolution.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -341,10 +341,10 @@ be lost. To work around this limit, the node can run `dnsmasq`, which will
341341
provide more `nameserver` entries. You can also use kubelet's `--resolv-conf`
342342
flag.
343343

344-
If you are using Alpine version 3.3 or earlier as your base image, DNS may not
345-
work properly due to a known issue with Alpine.
346-
Kubernetes [issue 30215](https://github.com/kubernetes/kubernetes/issues/30215)
347-
details more information on this.
344+
If you are using Alpine version 3.17 or earlier as your base image, DNS may not
345+
work properly due to a design issue with Alpine.
346+
Until musl version 1.24 didn't include TCP fallback to the DNS stub resolver meaning any DNS call above 512 bytes would fail.
347+
Please upgrade your images to Alpine version 3.18 or above.
348348

349349
## {{% heading "whatsnext" %}}
350350

0 commit comments

Comments
 (0)