blob: 6a3e05d54dbecb27ec336431628510b98781122e [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
Andrey Shestakov8aaf98f2018-10-31 14:35:57 +02007 source: hyperkube-amd64:v1.6.4-3
8 source_hash: hnsj0XqABgrSww7Nqo7UVTSZLJUt2XRd
Sergii Golovatiuk707f7d82017-08-07 15:49:23 +02009 addons:
10 dns:
11 domain: cluster.local
12 enabled: false
13 replicas: 1
14 server: 10.254.0.10
15 autoscaler:
16 enabled: true
17 virtlet:
18 enabled: true
19 namespace: kube-system
Victor Ryzhenkin810c5072018-05-26 00:03:33 +040020 image: mirantis/virtlet:v1.0.3
Alexander Noskovc9f3a522018-01-22 12:47:20 +040021 monitoring:
22 backend: prometheus
Jakub Pavlik495d06f2016-06-17 11:33:05 +020023 pool:
24 enabled: true
25 version: v1.2.0
marcoa4ddca72016-07-12 17:46:53 +020026 host:
27 name: ${linux:system:name}
Jakub Pavlik9f2ed782016-07-18 11:17:42 +020028 apiserver:
Jakub Pavlik495d06f2016-06-17 11:33:05 +020029 host: 127.0.0.1
Matthew Mosesohnac08bbe2017-08-15 16:32:29 +030030 secure_port: 443
Jakub Pavlik9f2ed782016-07-18 11:17:42 +020031 insecure:
32 enabled: True
Matthew Mosesohnac08bbe2017-08-15 16:32:29 +030033 insecure_port: 8080
Jakub Pavlik9f2ed782016-07-18 11:17:42 +020034 members:
35 - host: 127.0.0.1
36 - host: 127.0.0.1
37 - host: 127.0.0.1
Jakub Pavlik495d06f2016-06-17 11:33:05 +020038 address: 0.0.0.0
Jakub Pavlik495d06f2016-06-17 11:33:05 +020039 kubelet:
Matthew Mosesohn276d6b22017-09-11 14:36:45 +030040 address: 127.0.0.1
Jakub Pavlik495d06f2016-06-17 11:33:05 +020041 config: /etc/kubernetes/manifests
42 allow_privileged: True
43 frequency: 5s
44 token:
45 kubelet: 7bN5hJ9JD4fKjnFTkUKsvVNfuyEddw3r
46 kube_proxy: DFvQ8GelB7afH3wClC9romaMPhquyyEe
47 ca: kubernetes
48 network:
ashestakova7b8d352018-02-27 13:54:27 +000049 calico:
Andrey Shestakovd389a5a2018-03-12 18:00:52 +020050 enabled: true
Andrey Shestakov58b3d932018-11-05 11:48:03 +020051 calicoctl_source: calico/ctl
52 calicoctl_source_hash: d41d8cd98f00b204e9800998ecf8427e
53 birdcl_source: calico/birdcl
54 birdcl_source_hash: d41d8cd98f00b204e9800998ecf8427e
55 cni_source: calico/cni
56 cni_source_hash: d41d8cd98f00b204e9800998ecf8427e
57 cni_ipam_source: calico/cni-ipam
58 cni_ipam_source_hash: d41d8cd98f00b204e9800998ecf8427e
Aleksei Kasatkin2af48922018-08-21 11:58:19 +020059 image: calico/node
60 kube_controllers_image: calico/kube-controllers
ashestakova7b8d352018-02-27 13:54:27 +000061 etcd:
62 members:
63 - host: 127.0.0.1
64 port: 4001
65 - host: 127.0.0.1
66 port: 4001
67 - host: 127.0.0.1
68 port: 4001