blob: 7d6e97d71372a36700acb08dfb243af187ec92e3 [file] [log] [blame]
Petr Michalec52d4e1f2017-09-11 17:50:54 +02001kubernetes:
2 master:
3 enabled: true
4 admin:
5 password: password
6 username: admin
azvyagintseve8b71802018-09-19 12:05:25 +03007 apiserver:
8 address: 10.0.175.100
9 secure_port: 6443
10 internal_address: 182.22.97.1
11 insecure_address: 127.0.0.1
12 insecure_port: 8080
Petr Michalec52d4e1f2017-09-11 17:50:54 +020013 version: v1.2.4
14 host:
15 name: node040
16 etcd:
17 members:
18 - host: 10.0.175.100
19 name: node040
20 namespace:
21 kube-system:
22 enabled: true
23 network:
ashestakova7b8d352018-02-27 13:54:27 +000024 calico:
Andrey Shestakovd389a5a2018-03-12 18:00:52 +020025 enabled: true
ashestakova7b8d352018-02-27 13:54:27 +000026 calicoctl_image: calico/ctl
27 cni_image: calico/cni
Aleksei Kasatkin2af48922018-08-21 11:58:19 +020028 image: calico/node
29 kube_controllers_image: calico/kube-controllers
ashestakova7b8d352018-02-27 13:54:27 +000030 etcd:
31 members:
32 - host: 127.0.0.1
33 port: 4001
34 - host: 127.0.0.1
35 port: 4001
36 - host: 127.0.0.1
37 port: 4001
Petr Michalec52d4e1f2017-09-11 17:50:54 +020038 service_addresses: 10.254.0.0/16
39 storage:
40 engine: glusterfs
41 members:
42 - host: 10.0.175.101
43 port: 24007
44 - host: 10.0.175.102
45 port: 24007
46 - host: 10.0.175.103
47 port: 24007
48 port: 24007
49 registry:
50 host: tcpcloud
51 common:
Petr Michalec52d4e1f2017-09-11 17:50:54 +020052 addons:
53 storageclass:
54 nfs_elastic_1:
55 enabled: True
56 provisioner: nfs
57 spec:
58 name: elastic_data
59 nfs:
60 server: 10.0.0.1
61 path: /exported_path/elastic01
62 nfs_elastic_2:
63 enabled: True
64 provisioner: nfs
65 spec:
66 name: elastic_data
67 nfs:
68 server: 10.0.0.1
69 path: /exported_path/elastic02
70 nfs_influx:
71 name: influx01
72 enabled: False
73 provisioner: nfs
74 spec:
75 name: influx
76 nfs:
77 server: 10.0.0.1
78 path: /exported_path/inlfux01
Alexander Noskovc9f3a522018-01-22 12:47:20 +040079 monitoring:
80 backend: prometheus