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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
ee84e345
Commit
ee84e345
authored
Jul 10, 2017
by
Spencer Smith
Committed by
GitHub
Jul 10, 2017
Browse files
Options
Downloads
Plain Diff
Merge pull request #1420 from rsmitty/default-matching
match kubespray-defaults dns mode with k8s-cluster setting
parents
99202328
d1a02bd3
No related branches found
No related tags found
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/kubespray-defaults/defaults/main.yaml
+1
-1
1 addition, 1 deletion
roles/kubespray-defaults/defaults/main.yaml
with
1 addition
and
1 deletion
roles/kubespray-defaults/defaults/main.yaml
+
1
−
1
View file @
ee84e345
...
@@ -22,7 +22,7 @@ cluster_name: cluster.local
...
@@ -22,7 +22,7 @@ cluster_name: cluster.local
# Subdomains of DNS domain to be resolved via /etc/resolv.conf for hostnet pods
# Subdomains of DNS domain to be resolved via /etc/resolv.conf for hostnet pods
ndots
:
2
ndots
:
2
# Can be dnsmasq_kubedns, kubedns or none
# Can be dnsmasq_kubedns, kubedns or none
dns_mode
:
dnsmasq_
kubedns
dns_mode
:
kubedns
# Can be docker_dns, host_resolvconf or none
# Can be docker_dns, host_resolvconf or none
resolvconf_mode
:
docker_dns
resolvconf_mode
:
docker_dns
# Deploy netchecker app to verify DNS resolve as an HTTP service
# Deploy netchecker app to verify DNS resolve as an HTTP service
...
...
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