Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#2941 from amaya382/fix-dns-doc
Browse files Browse the repository at this point in the history
Fix default value for dns_mode on the document
  • Loading branch information
riverzhang authored Jun 29, 2018
2 parents e24f888 + aacc89e commit 35a3597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dns-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ You can modify how Kubespray sets up DNS for your cluster with the variables ``d
## dns_mode
``dns_mode`` configures how Kubespray will setup cluster DNS. There are four modes available:

#### dnsmasq_kubedns (default)
#### dnsmasq_kubedns
This installs an additional dnsmasq DaemonSet which gives more flexibility and lifts some
limitations (e.g. number of nameservers). Kubelet is instructed to use dnsmasq instead of kubedns/skydns.
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
#### kubedns (default)
This does not install the dnsmasq DaemonSet and instructs kubelet to directly use kubedns/skydns for
all queries.

Expand Down

0 comments on commit 35a3597

Please sign in to comment.