mirror of
https://github.com/lingble/talos.git
synced 2025-11-25 18:35:12 +00: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>