blob: c75b87b7d06ab55239e911c1476c910ce90c1655 [file] [log] [blame]
Jakub Pavlik495d06f2016-06-17 11:33:05 +02001kubernetes:
2 common:
Matthew Mosesohn0f7bee42017-07-17 13:52:16 +03003 cluster_domain: cluster.local
Matthew Mosesohn32ec04a2017-07-17 19:53:47 +03004 cluster_name: cluster
Tomáš Kukrál189da4b2017-01-18 14:30:09 +01005 hyperkube:
Sergii Golovatiuk707f7d82017-08-07 15:49:23 +02006 image: hyperkube-amd64:v1.6.4-3
7 hash: hnsj0XqABgrSww7Nqo7UVTSZLJUt2XRd
8 addons:
9 dns:
10 domain: cluster.local
11 enabled: false
12 replicas: 1
13 server: 10.254.0.10
14 autoscaler:
15 enabled: true
16 virtlet:
17 enabled: true
18 namespace: kube-system
Victor Ryzhenkin810c5072018-05-26 00:03:33 +040019 image: mirantis/virtlet:v1.0.3
Sergii Golovatiuk707f7d82017-08-07 15:49:23 +020020 hosts:
21 - cmp01
22 - cmp02
Alexander Noskovc9f3a522018-01-22 12:47:20 +040023 monitoring:
24 backend: prometheus
Jakub Pavlik495d06f2016-06-17 11:33:05 +020025 pool:
26 enabled: true
27 version: v1.2.0
marcoa4ddca72016-07-12 17:46:53 +020028 host:
29 name: ${linux:system:name}
Jakub Pavlik9f2ed782016-07-18 11:17:42 +020030 apiserver:
Jakub Pavlik495d06f2016-06-17 11:33:05 +020031 host: 127.0.0.1
Matthew Mosesohnac08bbe2017-08-15 16:32:29 +030032 secure_port: 443
Jakub Pavlik9f2ed782016-07-18 11:17:42 +020033 insecure:
34 enabled: True
Matthew Mosesohnac08bbe2017-08-15 16:32:29 +030035 insecure_port: 8080
Jakub Pavlik9f2ed782016-07-18 11:17:42 +020036 members:
37 - host: 127.0.0.1
38 - host: 127.0.0.1
39 - host: 127.0.0.1
Jakub Pavlik495d06f2016-06-17 11:33:05 +020040 address: 0.0.0.0
Jakub Pavlik495d06f2016-06-17 11:33:05 +020041 kubelet:
Matthew Mosesohn276d6b22017-09-11 14:36:45 +030042 address: 127.0.0.1
Jakub Pavlik495d06f2016-06-17 11:33:05 +020043 config: /etc/kubernetes/manifests
44 allow_privileged: True
45 frequency: 5s
46 token:
47 kubelet: 7bN5hJ9JD4fKjnFTkUKsvVNfuyEddw3r
48 kube_proxy: DFvQ8GelB7afH3wClC9romaMPhquyyEe
49 ca: kubernetes
50 network:
ashestakova7b8d352018-02-27 13:54:27 +000051 calico:
Andrey Shestakovd389a5a2018-03-12 18:00:52 +020052 enabled: true
ashestakova7b8d352018-02-27 13:54:27 +000053 calicoctl_image: calico/ctl
54 cni_image: calico/cni
55 etcd:
56 members:
57 - host: 127.0.0.1
58 port: 4001
59 - host: 127.0.0.1
60 port: 4001
61 - host: 127.0.0.1
62 port: 4001