mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-03 17:17:12 +00:00
Currently, kube-dns always binds to 0.0.0.0 when starting the SkyDNS server. Sometimes its useful to have it bind to a different address for testing. So add a new --dns-bind-address flag that can be used to configure this (default is 0.0.0.0).