siderolabs / talos

Talos Linux is a modern Linux distribution built for Kubernetes.
https://www.talos.dev
Mozilla Public License 2.0
6.89k stars 555 forks source link

Specify additional DNS search domains #9342

Open michaelbeaumont opened 2 months ago

michaelbeaumont commented 2 months ago

Feature Request

It should be possible to add arbitrary search domains to the Talos + k8s DNS configurations. This is possible at the moment only by making the node name an FQDN built on the search domain.

smira commented 6 days ago

For the pods, this is configurable in Kubernetes: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-config

For the host resolver, this is something that Talos should implement.