mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 22:19:32 -02:30
Add DNS servers
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
# Switch network to calico
|
||||||
kube_network_plugin: "calico"
|
kube_network_plugin: "calico"
|
||||||
|
# Kube-proxy should be iptables for calico
|
||||||
kube_proxy_mode: "iptables"
|
kube_proxy_mode: "iptables"
|
||||||
|
# Use non-tmpfs tmp dir
|
||||||
local_release_dir: "/var/tmp/releases"
|
local_release_dir: "/var/tmp/releases"
|
||||||
|
# Upstream DNS servers with mirantis.net
|
||||||
|
upstream_dns_servers:
|
||||||
|
- 8.8.8.8
|
||||||
|
- 8.8.4.4
|
||||||
|
- /mirantis.net/172.18.32.6
|
||||||
|
|||||||
Reference in New Issue
Block a user