c12s-kubespray/custom.yaml

14 lines
352 B
YAML
Raw Normal View History

2016-07-05 14:26:51 +00:00
# Kubernetes version
kube_version: "v1.2.4"
2016-07-04 15:16:56 +00:00
# Switch network to calico
kube_network_plugin: "calico"
2016-07-04 15:16:56 +00:00
# Kube-proxy should be iptables for calico
kube_proxy_mode: "iptables"
2016-07-04 15:16:56 +00:00
# Use non-tmpfs tmp dir
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