blob: 677d7b201547cb1900d5a69d7e668693e86cc9be [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
Jakub Pavlik495d06f2016-06-17 11:33:05 +02005 network:
6 engine: none
Tomáš Kukrál189da4b2017-01-18 14:30:09 +01007 hyperkube:
Sergii Golovatiuk707f7d82017-08-07 15:49:23 +02008 image: hyperkube-amd64:v1.6.4-3
9 hash: hnsj0XqABgrSww7Nqo7UVTSZLJUt2XRd
10 addons:
11 dns:
12 domain: cluster.local
13 enabled: false
14 replicas: 1
15 server: 10.254.0.10
16 autoscaler:
17 enabled: true
18 virtlet:
19 enabled: true
20 namespace: kube-system
Andrey Shestakov655034e2017-09-15 12:30:28 +030021 image: mirantis/virtlet:v0.8.0
Sergii Golovatiuk707f7d82017-08-07 15:49:23 +020022 hosts:
23 - cmp01
24 - cmp02
Alexander Noskovc9f3a522018-01-22 12:47:20 +040025 monitoring:
26 backend: prometheus
Jakub Pavlik495d06f2016-06-17 11:33:05 +020027 pool:
28 enabled: true
29 version: v1.2.0
marcoa4ddca72016-07-12 17:46:53 +020030 host:
31 name: ${linux:system:name}
Jakub Pavlik9f2ed782016-07-18 11:17:42 +020032 apiserver:
Jakub Pavlik495d06f2016-06-17 11:33:05 +020033 host: 127.0.0.1
Matthew Mosesohnac08bbe2017-08-15 16:32:29 +030034 secure_port: 443
Jakub Pavlik9f2ed782016-07-18 11:17:42 +020035 insecure:
36 enabled: True
Matthew Mosesohnac08bbe2017-08-15 16:32:29 +030037 insecure_port: 8080
Jakub Pavlik9f2ed782016-07-18 11:17:42 +020038 members:
39 - host: 127.0.0.1
40 - host: 127.0.0.1
41 - host: 127.0.0.1
Jakub Pavlik495d06f2016-06-17 11:33:05 +020042 address: 0.0.0.0
Jakub Pavlik495d06f2016-06-17 11:33:05 +020043 kubelet:
Matthew Mosesohn276d6b22017-09-11 14:36:45 +030044 address: 127.0.0.1
Jakub Pavlik495d06f2016-06-17 11:33:05 +020045 config: /etc/kubernetes/manifests
46 allow_privileged: True
47 frequency: 5s
48 token:
49 kubelet: 7bN5hJ9JD4fKjnFTkUKsvVNfuyEddw3r
50 kube_proxy: DFvQ8GelB7afH3wClC9romaMPhquyyEe
51 ca: kubernetes
52 network:
53 engine: calico
ashestakova7b8d352018-02-27 13:54:27 +000054 calico:
55 calicoctl_image: calico/ctl
56 cni_image: calico/cni
57 etcd:
58 members:
59 - host: 127.0.0.1
60 port: 4001
61 - host: 127.0.0.1
62 port: 4001
63 - host: 127.0.0.1
64 port: 4001