-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathkismatic-cluster.yaml.sample
72 lines (62 loc) · 1.32 KB
/
kismatic-cluster.yaml.sample
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
cluster:
name: kubernetes
admin_password:
cloud_provider:
provider: azure
config: "/home/ketadmin/azure-cloud-provider.conf"
networking:
pod_cidr_block: 172.16.0.0/16
service_cidr_block: 172.20.0.0/16
certificates:
expiry: 17520h
ca_expiry: 17520h
ssh:
user: ketadmin
ssh_key: /home/ketadmin/.ssh/id_rsa
ssh_port: 22
add_ons:
cni:
disable: false
provider: weave
etcd:
expected_count: 3
nodes:
- host: "etcd-0"
ip: "10.0.1.4"
labels: {}
- host: "etcd-1"
ip: "10.0.1.6"
labels: {}
- host: "etcd-2"
ip: "10.0.1.7"
labels: {}
master:
expected_count: 2
# If you have set up load balancing for master nodes, enter the FQDN name here.
# Otherwise, use the IP address of a single master node.
load_balanced_fqdn:
# If you have set up load balancing for master nodes, enter the short name here.
# Otherwise, use the IP address of a single master node.
load_balanced_short_name:
nodes:
- host: "master-0"
ip: "10.0.1.11"
labels: {}
- host: "master-1"
ip: "10.0.1.10"
labels: {}
worker:
expected_count: 2
nodes:
- host: "worker-0"
ip: "10.0.1.9"
labels: {}
- host: "worker-1"
ip: "10.0.1.5"
labels: {}
ingress:
expected_count: 1
nodes:
- host: "worker-0"
ip: "10.0.1.9"
labels: {}