In our networking environment the default DNS used by Docker (8.8.8.8) is blocked. I built a custom kind node image based on the kindest/node image including an /etc/docker/daemon.json file that contains our DNS.
I wonder if the --config mechanism of the kind cli can be used to supply the daemon.json file.