-
Notifications
You must be signed in to change notification settings - Fork 6
/
custom.yaml
43 lines (34 loc) · 1 KB
/
custom.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
35
36
37
38
39
40
41
42
43
# Docker version
docker_version: 1.13
# Switch network to calico
kube_network_plugin: "calico"
calico_version: "v1.1.0-rc6"
calico_cni_version: "v1.6.0"
# 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
kube_version: "v1.6.1"
hyperkube_image_repo: "quay.io/coreos/hyperkube"
hyperkube_image_tag: "v1.6.1_coreos.0"
etcd_version: "v3.1.0"
#Required for hyperkube >=1.3.4. Set to false if installing old hyperkube
overwrite_hyperkube_cni: true
# FIXME: enable network policy back, when it's fixed
#enable_network_policy: true
kube_apiserver_insecure_port: "8080"
# Custom (additional) DNS settings
searchdomains:
- ccp.svc.cluster.local
nameservers:
- 8.8.8.8
#Download once, then push to nodes in batches, if enabled
download_run_once: false
# Deploy netchecker
deploy_netchecker: true