2016-07-04 15:16:56 +00:00
|
|
|
# Switch network to calico
|
2016-06-16 09:48:51 +00:00
|
|
|
kube_network_plugin: "calico"
|
2016-07-04 15:16:56 +00:00
|
|
|
# Kube-proxy should be iptables for calico
|
2016-06-16 09:48:51 +00:00
|
|
|
kube_proxy_mode: "iptables"
|
2016-07-04 15:16:56 +00:00
|
|
|
# Use non-tmpfs tmp dir
|
2016-06-20 09:05:17 +00:00
|
|
|
local_release_dir: "/var/tmp/releases"
|
2016-07-04 15:16:56 +00:00
|
|
|
# Upstream DNS servers with mirantis.net
|
|
|
|
upstream_dns_servers:
|
|
|
|
- 8.8.8.8
|
|
|
|
- 8.8.4.4
|
|
|
|
- /mirantis.net/172.18.32.6
|