mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 19:35:10 +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).