Skip to content
Snippets Groups Projects
Commit e50647d2 authored by Florent Monbillard's avatar Florent Monbillard Committed by Kubernetes Prow Robot
Browse files

dns_mode defaults to coredns (#3882)

since bad886ca, dns_mode is set to coredns by default instead of kubedns
parent 951e4675
No related branches found
No related tags found
No related merge requests found
......@@ -58,11 +58,11 @@ limitations (e.g. number of nameservers). Kubelet is instructed to use dnsmasq i
It is configured to forward all DNS queries belonging to cluster services to kubedns/skydns. All
other queries are forwardet to the nameservers found in ``upstream_dns_servers`` or ``default_resolver``
#### kubedns (default)
#### kubedns
This does not install the dnsmasq DaemonSet and instructs kubelet to directly use kubedns/skydns for
all queries.
#### coredns
#### coredns (default)
This does not install the dnsmasq DaemonSet and instructs kubelet to directly use CoreDNS for
all queries.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment