Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
e50647d2
Commit
e50647d2
authored
6 years ago
by
Florent Monbillard
Committed by
Kubernetes Prow Robot
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
dns_mode defaults to coredns (#3882)
since
bad886ca
, dns_mode is set to coredns by default instead of kubedns
parent
951e4675
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/dns-stack.md
+2
-2
2 additions, 2 deletions
docs/dns-stack.md
with
2 additions
and
2 deletions
docs/dns-stack.md
+
2
−
2
View file @
e50647d2
...
@@ -58,11 +58,11 @@ limitations (e.g. number of nameservers). Kubelet is instructed to use dnsmasq i
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment