mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-18 21:21:10 +02:00
This PR will fix some unexpected user behavior where nameservers were always getting written to 8.8.8.8,1.1.1.1 for the docker-based talos clusters. This occurred even when updating the docker daemon's config. This PR will make the docker provisioner respect the --nameserver flag and allow that to be used to override the defaults. Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>