-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmir.yaml
35 lines (27 loc) · 794 Bytes
/
mir.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Docker version
docker_version: 1.12
# Switch network to calico
kube_network_plugin: "calico"
# Kube-proxy should be iptables for calico
kube_proxy_mode: "iptables"
# Use non-tmpfs tmp dir
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
#Override hyperkube image to use CoreOS v1.3.5
kube_version: "v1.4.0"
hyperkube_image_repo: "quay.io/coreos/hyperkube"
hyperkube_image_tag: "v1.4.0_coreos.1"
etcd_version: "v3.0.12"
#Required for hyperkube >=1.3.4. Set to false if installing old hyperkube
#use_hyperkube_cni: true
overwrite_hyperkube_cni: true
enable_network_policy: true
# Custom (additional) DNS settings
searchdomains:
- ccp.svc.cluster.local
nameservers:
- 8.8.8.8