mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
dns_mode defaults to coredns (#3882)
since bad886ca9b, dns_mode is set to coredns by default instead of kubedns
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
951e4675c6
commit
e50647d252
@@ -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
|
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``
|
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
|
This does not install the dnsmasq DaemonSet and instructs kubelet to directly use kubedns/skydns for
|
||||||
all queries.
|
all queries.
|
||||||
|
|
||||||
#### coredns
|
#### coredns (default)
|
||||||
This does not install the dnsmasq DaemonSet and instructs kubelet to directly use CoreDNS for
|
This does not install the dnsmasq DaemonSet and instructs kubelet to directly use CoreDNS for
|
||||||
all queries.
|
all queries.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user